Disabled fprintd (fingerprint daemon) since it uh doesn't work.

This commit is contained in:
vorboyvo 2024-03-23 15:52:11 -04:00
parent 88533368a9
commit cf84617566

View file

@ -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 = { };