1773267079

This commit is contained in:
2026-03-11 16:11:19 -06:00
parent 14c39cd025
commit 0bd86a067f
7 changed files with 47 additions and 32 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
let
settings = import ../settings.nix;
@@ -10,6 +10,7 @@ in
isNormalUser = true;
description = settings.userDescription;
extraGroups = settings.userGroups;
shell = pkgs.zsh;
};
# Security