From 85515be4f0aa622df304a9bf4625b8fa172903ce Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Sat, 11 Jan 2025 06:38:42 +0100 Subject: [PATCH] gamecope fix m3-ares --- hosts/m3-ares/programs.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/m3-ares/programs.nix b/hosts/m3-ares/programs.nix index b87bb03..0176de7 100644 --- a/hosts/m3-ares/programs.nix +++ b/hosts/m3-ares/programs.nix @@ -14,6 +14,10 @@ dedicatedServer.openFirewall = true; gamescopeSession.enable = true; }; + programs.gamescope = { + enable = true; + capSysNice = true; + }; programs.fish.enable = true; programs.thunar = { enable = true;