mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 16:46:34 +00:00
Fix warnings
This commit is contained in:
6
home.nix
6
home.nix
@@ -25,6 +25,12 @@ in
|
||||
name = "FiraCode Nerd Font";
|
||||
package = "${pkgs.fira-code}";
|
||||
};
|
||||
|
||||
targets = {
|
||||
firefox.profileNames = [ "default" ];
|
||||
qt.platform = "qtct";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
services = {
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
whois
|
||||
wine
|
||||
wl-clipboard
|
||||
inputs.nixos-needsreboot.packages.${pkgs.system}.default
|
||||
inputs.nixos-needsreboot.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
supportsDryActivation = true;
|
||||
text = ''
|
||||
echo -e "\e[36mSystem changes requiring a reboot:\e[0m"
|
||||
${inputs.nixos-needsreboot.packages.${pkgs.system}.default}/bin/nixos-needsreboot --dry-run || true
|
||||
${inputs.nixos-needsreboot.packages.${pkgs.stdenv.hostPlatform.system}.default}/bin/nixos-needsreboot --dry-run || true
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user