From b250e162d6683deffab11c965ac04f5eb9943c66 Mon Sep 17 00:00:00 2001 From: Kira Bruneau Date: Thu, 18 Jan 2024 17:44:01 -0500 Subject: nixos/gamemode: add gamemode group Gamemode 1.8 requires users to be in the gamemode group to set the CPU governor, so we should automatically create it when it's enabled. --- nixos/modules/programs/gamemode.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/programs') diff --git a/nixos/modules/programs/gamemode.nix b/nixos/modules/programs/gamemode.nix index 344f392852e2..2bb92ed8e0ef 100644 --- a/nixos/modules/programs/gamemode.nix +++ b/nixos/modules/programs/gamemode.nix @@ -90,6 +90,8 @@ in ]; }; }; + + users.groups.gamemode = { }; }; meta = { -- cgit 1.4.1