aboutsummaryrefslogtreecommitdiff
path: root/machines/bree.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/bree.nix')
-rw-r--r--machines/bree.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/bree.nix b/machines/bree.nix
index a633997..d5e52d0 100644
--- a/machines/bree.nix
+++ b/machines/bree.nix
@@ -37,6 +37,7 @@
system.stateVersion = "23.11"; # Did you read the comment?
home-manager.users.${adminUser.name} = {
+ home.homeDirectory = "/home/${adminUser.name}";
imports = [
../home/profiles/minimal.nix
];