Uses unstable nixpkgs

This commit is contained in:
Dennis Schoepf 2025-04-09 18:55:29 +02:00
parent d3945cc621
commit 7114d779f6
3 changed files with 15 additions and 16 deletions

View file

@ -147,7 +147,7 @@
};
# Add ability to used TouchID for sudo authentication
security.pam.enableSudoTouchIdAuth = true;
security.pam.services.sudo_local.touchIdAuth = true;
# Home Manager Setup
home-manager = {
@ -162,7 +162,6 @@
# Enable new Nix CLI and flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];
services.nix-daemon.enable = true;
nix.package = pkgs.nix;
nix.gc = {
automatic = true;