From 02a99d31fadf8c77160cbd5acec2da81ab6be057 Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Tue, 20 Jan 2026 16:45:43 +0100 Subject: [PATCH] change to multiline for better diffs --- systems/x86_64-linux/drivebystation-nix/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/systems/x86_64-linux/drivebystation-nix/default.nix b/systems/x86_64-linux/drivebystation-nix/default.nix index f9b5324..6f4e35e 100644 --- a/systems/x86_64-linux/drivebystation-nix/default.nix +++ b/systems/x86_64-linux/drivebystation-nix/default.nix @@ -45,7 +45,14 @@ in users.users.andreas = { isNormalUser = true; description = "Andreas Schaafsma"; - extraGroups = [ "networkmanager" "wheel" "libvirtd" "plugdev" "docker" ] ; + extraGroups = [ + "networkmanager" + "wheel" + "libvirtd" + "plugdev" + "docker" + "gamemode" + ]; packages = with pkgs; [ # Packages from inputs inputs.game-of-life.packages.x86_64-linux.default