From d38185f99457718228e7f59f987ad85ef7b778a0 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Tue, 15 Apr 2025 20:23:56 +0200 Subject: [PATCH] [Desktop/Games] remove gamemoded custom wrapper, as it caused a NASTY bug locking me out of my system --- desktop/games.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/desktop/games.nix b/desktop/games.nix index 4b6131b..4c799e5 100644 --- a/desktop/games.nix +++ b/desktop/games.nix @@ -70,16 +70,6 @@ in { }; enable = true; }; - security.wrappers = { - gamemoded = { - source = "${pkgs.gamemode}/bin/gamemoded"; - owner = "root"; - group = "root"; - #group = "gamers"; - capabilities = "cap_sys_nice+pie"; - #permissions = "u+rx,g+x,o="; - }; - }; users.groups.gamers = { };