feat: enable capSysNice for gamescope.
This commit is contained in:
parent
9306416de3
commit
fcc0998056
@ -13,9 +13,15 @@
|
|||||||
mangohud
|
mangohud
|
||||||
];
|
];
|
||||||
# Install steam
|
# Install steam
|
||||||
programs.steam.enable = true;
|
programs.steam = {
|
||||||
|
enable = true;
|
||||||
|
gamescopeSession.enable = true;
|
||||||
|
};
|
||||||
# Enable gamescope
|
# Enable gamescope
|
||||||
programs.steam.gamescopeSession.enable = true;
|
programs.gamescope = {
|
||||||
|
enable = true;
|
||||||
|
capSysNice = true;
|
||||||
|
};
|
||||||
# Install gamemode
|
# Install gamemode
|
||||||
programs.gamemode = {
|
programs.gamemode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user