mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
framework: make it possible to disable fprintd if desired
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
'';
|
||||
|
||||
# For fingerprint support
|
||||
services.fprintd.enable = true;
|
||||
services.fprintd.enable = lib.mkDefault true;
|
||||
|
||||
# Fix headphone noise when on powersave
|
||||
# https://community.frame.work/t/headphone-jack-intermittent-noise/5246/55
|
||||
|
||||
Reference in New Issue
Block a user