aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfQuery <qwertman783@outlook.com>2026-04-14 19:29:38 +0200
committerWolfQuery <qwertman783@outlook.com>2026-04-14 19:29:38 +0200
commit3a9adb070ba12350be3df6de30caea2dcb6d3c6c (patch)
treedd57b633700e974ae32680088995b71c0392fa3b
parent8959d617aa335fcf10576a3200256cb2b3e8f4bf (diff)
added some gayming and optimization packages for herra
-rw-r--r--hosts/herra/packages.nix12
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
+ };
+
}