Disabled fprintd (fingerprint daemon) since it uh doesn't work.
This commit is contained in:
parent
88533368a9
commit
cf84617566
|
|
@ -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 = { };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue