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 GitHub
parent 8ec3bd14ac
commit 4533cd2383

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;