diff --git a/modules/user.nix b/modules/user.nix index 40f7cd2..aab2bff 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -12,7 +12,7 @@ with lib.my; config = { user = rec { name = "oatmealine"; - description = "Primary user account"; + description = "jill"; extraGroups = ["wheel" "input" "audio" "video" "storage"]; isNormalUser = true; home = "/home/${name}";