summaryrefslogtreecommitdiff
path: root/modules/desktop/steam.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/desktop/steam.nix')
-rw-r--r--modules/desktop/steam.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/desktop/steam.nix b/modules/desktop/steam.nix
index f19130c..f21a5a3 100644
--- a/modules/desktop/steam.nix
+++ b/modules/desktop/steam.nix
@@ -13,7 +13,7 @@
];
programs.gamescope = {
enable = true;
- capSysNice = true;
+ capSysNice = false; # This needs to be false as to make nested steam stuff work in it.
};
programs.steam = {
enable = true;