diff --git a/hosts/monolith/amdgpu.nix b/hosts/monolith/amdgpu.nix index 4c26afa..765e081 100644 --- a/hosts/monolith/amdgpu.nix +++ b/hosts/monolith/amdgpu.nix @@ -14,7 +14,6 @@ in boot.initrd.kernelModules = [ "amdgpu" ]; boot.kernelParams = [ "video=DP-1:1920x1080@144" - "amdgpu.ppfeaturemask=0xfffd7fff" # enable undervolting ]; systemd.services.amd-fan-control = { diff --git a/system/gaming.nix b/system/gaming.nix index e32c640..e79353e 100644 --- a/system/gaming.nix +++ b/system/gaming.nix @@ -59,5 +59,13 @@ }; }; }; + + programs.corectrl = { + enable = true; + gpuOverclock = { + enable = true; + ppfeaturemask = "0xffffffff"; + }; + }; }; } diff --git a/user/sway/default.nix b/user/sway/default.nix index 325cad5..04193aa 100644 --- a/user/sway/default.nix +++ b/user/sway/default.nix @@ -113,7 +113,6 @@ in for_window [title=.*] inhibit_idle fullscreen exec swaymsg workspace 2 exec_always systemctl --user restart waybar.service - exec corectrl --minimize-systray ''; }; services.gammastep = {