nix-config/modules/power-profiles.nix

5 lines
65 B
Nix

{
services.power-profiles-daemon = {
enable = true;
};
}