summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-10-23 16:37:55 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-10-23 16:37:55 +0200
commit466adabc7229bda8119fa27820ceea659979b3f5 (patch)
treef34bda16420687b4dc6ccf6bb86ba062c5849af4 /modules
parenteeb53599fb7f7a6ae9543f37538d6eef69b5d81c (diff)
Firewall?
Diffstat (limited to 'modules')
-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;