add gaming programs
This commit is contained in:
parent
61134c04a7
commit
22af6d0652
2 changed files with 4 additions and 0 deletions
|
@ -7,4 +7,5 @@
|
|||
bottles
|
||||
lutris
|
||||
];
|
||||
programs.mangohud.enable = true;
|
||||
}
|
||||
|
|
|
@ -49,6 +49,9 @@
|
|||
programs.steam = {
|
||||
enable = true;
|
||||
package = with pkgs; steam.override { extraPkgs = pkgs: [ attr ]; };
|
||||
gamescopeSession.enable = true;
|
||||
};
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue