add: gaming

This commit is contained in:
kenji
2025-12-26 13:45:39 -06:00
parent 4b1d5c5f02
commit ab9247bc45
5 changed files with 47 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{pkgs, ...}: {
home.packages = with pkgs; [
protonup-qt
protontricks
mangohud
];
programs.mangohud = {
enable = true;
settings = {
full = true;
no_display = true; # Don't show by default (toggle with Shift+F12)
cpu_temp = true;
gpu_temp = true;
ram = true;
vram = true;
};
};
}