feat: enable power-profiles-daemon
This commit is contained in:
parent
e1696dbdc4
commit
8090592d78
2 changed files with 6 additions and 0 deletions
|
|
@ -7,5 +7,6 @@
|
|||
./shell.nix
|
||||
./wayland.nix
|
||||
./greetd.nix
|
||||
./power-profiles.nix
|
||||
];
|
||||
}
|
||||
5
modules/power-profiles.nix
Normal file
5
modules/power-profiles.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
services.power-profiles-daemon = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Reference in a new issue