1
1
Fork 0

power-profiles-daemon: move to profiles

This commit is contained in:
Myned 2025-03-29 18:14:46 -05:00
parent 06d945fd80
commit 6296dfbbe0
Signed by: Myned
GPG key ID: C7224454F7881A34
3 changed files with 12 additions and 2 deletions
options/custom/services
profiles

View file

@ -46,7 +46,6 @@ with lib; {
#// mako.enable = true;
#// network-manager-applet.enable = true;
ollama.enable = true;
power-profiles-daemon.enable = true;
samba.enable = true;
#// swayidle.enable = true;
swaync.enable = true;

View file

@ -2,6 +2,11 @@
custom = {
full = true;
profile = "desktop";
desktop = "niri";
wallpaper = true;
services = {
power-profiles-daemon.enable = true;
};
};
}

View file

@ -2,9 +2,15 @@
custom = {
full = true;
profile = "desktop"; # Inherit desktop profile
desktop = "niri";
services = {
power-profiles-daemon.auto = true;
#// auto-cpufreq.enable = true;
power-profiles-daemon = {
enable = true;
auto = true;
};
};
};