add power profiles daemon

This commit is contained in:
Sean Kovacs 2026-02-09 00:01:42 -05:00
commit 0e67721fff
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -2,10 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{
config,
lib,
pkgs,
inputs,
...
}:
{
@ -139,6 +136,7 @@
gvfs.enable = true;
upower.enable = true;
power-profiles-daemon.enable = true;
};
environment = {