add gaming programs

This commit is contained in:
Anthony Rodriguez 2024-08-26 13:18:19 +02:00
parent 61134c04a7
commit 22af6d0652
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 4 additions and 0 deletions

View file

@ -7,4 +7,5 @@
bottles
lutris
];
programs.mangohud.enable = true;
}

View file

@ -49,6 +49,9 @@
programs.steam = {
enable = true;
package = with pkgs; steam.override { extraPkgs = pkgs: [ attr ]; };
gamescopeSession.enable = true;
};
programs.gamemode.enable = true;
}