diff --git a/configuration.nix b/configuration.nix index 9faa310..03471d4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,6 +94,9 @@ alsa.support32Bit = true; pulse.enable = true; }; + + # Enable fingerprint reader + # services.fprintd.enable = true; # Enable Bluetooth. hardware.bluetooth.enable = true; @@ -111,10 +114,7 @@ shell = pkgs.zsh; }; home-manager.users.alice = import ./home.nix; - - # Fingerprint reader stuff - services.fprintd.enable = true; - + # Make sure swaylock works (defined in home.nix) security.pam.services.swaylock = { };