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