aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home-environment.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-environment.nix b/modules/home-environment.nix
index 209df4ffcfe..2947433993e 100644
--- a/modules/home-environment.nix
+++ b/modules/home-environment.nix
@@ -196,6 +196,7 @@ in
"$HOME" for state version < 20.09,
undefined for state version ≥ 20.09
'';
+ apply = toString;
example = "/home/jane.doe";
description = "The user's home directory. Must be an absolute path.";
};