Add gamescope
This commit is contained in:
parent
ec9bd24303
commit
483b440a05
1 changed files with 13 additions and 1 deletions
|
@ -277,7 +277,19 @@ in
|
|||
# OBS control websocket
|
||||
networking.firewall.allowedTCPPorts = [ 4455 ];
|
||||
|
||||
programs.steam.enable = true;
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
package = pkgs.steam.override {
|
||||
extraPkgs = sp: with sp; [ gamescope ];
|
||||
};
|
||||
};
|
||||
programs.gamescope = {
|
||||
enable = true;
|
||||
args = [
|
||||
"--rt"
|
||||
"--fullscreen"
|
||||
];
|
||||
};
|
||||
programs.bandwhich.enable = true;
|
||||
programs.noisetorch.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue