mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 12: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";
|
name = "FiraCode Nerd Font";
|
||||||
package = "${pkgs.fira-code}";
|
package = "${pkgs.fira-code}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
targets = {
|
||||||
|
firefox.profileNames = [ "default" ];
|
||||||
|
qt.platform = "qtct";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|||||||
@@ -133,7 +133,7 @@
|
|||||||
whois
|
whois
|
||||||
wine
|
wine
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
inputs.nixos-needsreboot.packages.${pkgs.system}.default
|
inputs.nixos-needsreboot.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
@@ -256,7 +256,7 @@
|
|||||||
supportsDryActivation = true;
|
supportsDryActivation = true;
|
||||||
text = ''
|
text = ''
|
||||||
echo -e "\e[36mSystem changes requiring a reboot:\e[0m"
|
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