about summary refs log tree commit diff stats
path: root/home-manager/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home-manager/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/default.nix b/home-manager/default.nix
index 82e6927d..3edfd682 100644
--- a/home-manager/default.nix
+++ b/home-manager/default.nix
@@ -10,7 +10,7 @@
 }: let
   # TODO actually use this in the user config
   username = "soispha";
-  homeDirectory = "/srv/home/${username}";
+  homeDirectory = "/home/${username}";
 
   configHome = "${homeDirectory}/.config";
   dataHome = "${homeDirectory}/.local/share";