feat: enable power-profiles-daemon

This commit is contained in:
EinEtwas 2024-10-16 14:22:40 +02:00
parent e1696dbdc4
commit 8090592d78
2 changed files with 6 additions and 0 deletions

View file

@ -7,5 +7,6 @@
./shell.nix
./wayland.nix
./greetd.nix
./power-profiles.nix
];
}

View file

@ -0,0 +1,5 @@
{
services.power-profiles-daemon = {
enable = true;
};
}