flocon/system/services/power.nix

8 lines
111 B
Nix

{
services = {
power-profiles-daemon.enable = true;
# battery info
upower.enable = true;
};
}