why did i name it that

This commit is contained in:
Jill 2024-01-08 19:21:10 +03:00
parent 9b5735f6c3
commit 98dbf8271d
1 changed files with 1 additions and 1 deletions

View File

@ -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}";