From 81ad02ae003d7d7637a16435fda5b8f7fd5cd77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= <dev@felschr.com> Date: Tue, 10 Dec 2024 14:07:17 +0100 Subject: [PATCH] fix(home-pc): add user to gamemode group --- hosts/flake-module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/flake-module.nix b/hosts/flake-module.nix index 66a7977..1a4387f 100644 --- a/hosts/flake-module.nix +++ b/hosts/flake-module.nix @@ -23,6 +23,7 @@ "disk" "libvirtd" "qemu-libvirtd" + "gamemode" "media" ]; modules = [ self.homeManagerModules.git ];