This commit is contained in:
mjallen18
2025-02-08 19:19:26 -06:00
parent 373ed6eee8
commit 8018c946e9

View File

@@ -55,7 +55,7 @@
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user. extraGroups = [ "wheel" ]; # Enable sudo for the user.
packages = with pkgs; [ packages = with pkgs; [
# firefox firefox
tree tree
]; ];
shell = pkgs.zsh; shell = pkgs.zsh;