Steam: enabled extest and added gamemode package to steamenv
This commit is contained in:
parent
b4187028fb
commit
58301453a1
1 changed files with 4 additions and 0 deletions
|
|
@ -53,10 +53,14 @@ in {
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
extraPackages = [
|
||||||
|
pkgs.gamemode
|
||||||
|
];
|
||||||
extraCompatPackages = [
|
extraCompatPackages = [
|
||||||
pkgs.proton-ge-bin
|
pkgs.proton-ge-bin
|
||||||
];
|
];
|
||||||
|
|
||||||
|
extest.enable = true;
|
||||||
gamescopeSession.enable = true;
|
gamescopeSession.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue