feat: removed user1 and tidied up user0 home

This commit is contained in:
Nick 2025-10-02 20:48:44 -05:00
parent 0665b883ab
commit 07a6bb2073
78 changed files with 43 additions and 280 deletions

View file

@ -2,7 +2,6 @@
let
inherit (flake.config.people)
user0
user1
;
in
{
@ -15,7 +14,6 @@ in
noPass = true;
users = [
user0
user1
];
}
];