From 2c04bfca659335569134b1aab05c089e2d14f4b6 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 7 Sep 2024 11:14:54 -0500 Subject: [PATCH] Maybe fixes some blender rendering? --- profiles/work/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/work/configuration.nix b/profiles/work/configuration.nix index 931765b..026bdce 100644 --- a/profiles/work/configuration.nix +++ b/profiles/work/configuration.nix @@ -79,7 +79,7 @@ users.users.${userSettings.username} = { isNormalUser = true; description = userSettings.name; - extraGroups = [ "networkmanager" "wheel" "input" "dialout" ]; + extraGroups = [ "networkmanager" "wheel" "input" "dialout" "video" "render" ]; packages = []; uid = 1000; };