aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/default.nix')
-rw-r--r--modules/home/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix
index 1c0ae0e..bf1900d 100644
--- a/modules/home/default.nix
+++ b/modules/home/default.nix
@@ -11,7 +11,7 @@
home = {
username = "simenandre";
- homeDirectory = "/Users/simenandre";
+ homeDirectory = if pkgs.stdenv.isDarwin then "/Users/simenandre" else "/home/simenandre";
# Do not change this after the first installation
stateVersion = "24.11";
};