docs: Update docs/USER_CONFIGURATION.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2025-12-17 16:16:19 -05:00
committed by Hunter Halloran
parent b462d8a06c
commit 32b61e3e20

View File

@@ -154,7 +154,7 @@ dotfiles/
{
# User account options (imported as NixOS module)
ugaif.users.myusername = {
ugaif.users.myuser = {
description = "My Full Name";
extraGroups = [ "wheel" "docker" ];
shell = pkgs.zsh;