diff options
Diffstat (limited to '')
-rwxr-xr-x | modules/users/chris.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/chris.nix b/modules/users/chris.nix index 2f62988..3ae92fd 100755 --- a/modules/users/chris.nix +++ b/modules/users/chris.nix @@ -4,7 +4,7 @@ users.users.chris = { isNormalUser = true; - extraGroups = [ "wheel", "dialout" ]; + extraGroups = [ "wheel" "dialout" ]; packages = with pkgs; [ nano #nodejs-slim |