non important commit

This commit is contained in:
benstrb 2026-01-17 22:20:11 +01:00
parent 80e5539768
commit ed397fb34f

View file

@ -1,7 +1,7 @@
{pkgs, ...}: {
users.users.benag = {
isNormalUser = true;
extraGroups = ["wheel"];
extraGroups = ["wheel" "video" "renderer"];
shell = pkgs.nushell;
};