add power profiles daemon

This commit is contained in:
Sean Kovacs 2026-02-09 00:01:42 -05:00
commit a2b7ab0444
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 # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ {
config,
lib,
pkgs, pkgs,
inputs,
... ...
}: }:
{ {
@ -139,6 +136,7 @@
gvfs.enable = true; gvfs.enable = true;
upower.enable = true; upower.enable = true;
power-profiles-daemon.enable = true;
}; };
environment = { environment = {