set supergfxd config in nix files, change ly config, update flake
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m38s

This commit is contained in:
2025-08-06 00:26:52 +02:00
parent d6ca7ba793
commit 093ac9c011
3 changed files with 28 additions and 9 deletions

View File

@ -65,6 +65,22 @@
#power management
powerManagement.enable = true;
powerManagement.cpuFreqGovernor = "powersave";
services.asusd = {
enable = true;
enableUserService = true;
};
services.supergfxd.enable = true;
services.supergfxd.settings = {
mode = "Integrated";
vfio_enable = true;
vfio_save = true;
always_reboot = false;
no_logind = true;
logout_timeout_s = 180;
hotplug_type = "None";
};
services.auto-cpufreq.enable = true;
services.auto-cpufreq.settings = {
battery = {