WIP noctalia rendering

This commit is contained in:
John Lancaster
2026-06-14 10:58:26 -05:00
parent deda2c9bbc
commit ba305e29fd
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
group = username;
home = "/home/${username}";
shell = pkgs.zsh;
extraGroups = [ "input" "networkmanager" ]
extraGroups = [ "input" "networkmanager" "video" "render" ]
++ lib.optional isAdmin "wheel"
++ lib.optional config.virtualisation.docker.enable "docker"
++ lib.optional (isAdmin && config.services.forgejo.enable) config.services.forgejo.group