diff options
Diffstat (limited to 'hosts/herra')
| -rw-r--r-- | hosts/herra/packages.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hosts/herra/packages.nix b/hosts/herra/packages.nix index 517ceec..e822493 100644 --- a/hosts/herra/packages.nix +++ b/hosts/herra/packages.nix @@ -31,5 +31,17 @@ ffmpeg v4l-utils cheese + + # Gayming + mangohud # In-game overlay (FPS, GPU/CPU usage) + corectrl # AMD GPU fan/power control (WX 5100 has no software controls otherwise) + vulkan-tools # vulkaninfo for debugging + mesa-demos # glxinfo, glxgears ]; + + programs.corectrl = { + enable = true; + gpuOverclock.enable = true; # optional + }; + } |
