7 lines
95 B
Nix
7 lines
95 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.upower.enable = true;
|
|
services.power-profiles-daemon.enable = true;
|
|
}
|