home: move around stuff

This commit is contained in:
2025-04-07 20:52:36 -04:00
parent d13ba86697
commit 8d59f140cd
2 changed files with 2 additions and 3 deletions

View File

@@ -59,7 +59,8 @@ in
# home-manager stuff
home = {
inherit username homeDirectory;
inherit username;
homeDirectory = "/home/${username}";
};
}
)