non important commit

This commit is contained in:
benstrb 2026-01-17 22:25:51 +01:00
parent ed397fb34f
commit 3ea3521256
3 changed files with 1 additions and 31 deletions

View file

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