added extrapackages for steam

This commit is contained in:
kenji
2025-07-18 07:25:19 -05:00
parent 7ab78044b7
commit 21a61f528b
+5
View File
@@ -9,6 +9,11 @@
programs.steam = {
enable = true;
gamescopeSession.enable = true;
extraCompatPackages = with pkgs; [proton-ge-bin];
extraPackages = with pkgs; [
mangohud
gamescope-wsi
];
};
programs.gamemode.enable = true;
}