1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 02:23:33 +02:00

framework: switch to power-profiles-daemon

This commit is contained in:
Jörg Thalheim 2023-07-14 09:42:08 +02:00
parent 44bc025007
commit bc2ab72bec

View File

@ -24,6 +24,9 @@
options snd-hda-intel model=dell-headset-multi
'';
# Less invasive than tlp and should work for frameworks
services.power-profiles-daemon.enable = lib.mkDefault true;
# For fingerprint support
services.fprintd.enable = lib.mkDefault true;