diff --git a/home/options.nix b/home/options.nix index 01b0996..a16f28e 100644 --- a/home/options.nix +++ b/home/options.nix @@ -7,7 +7,7 @@ }; homeDirectory = lib.mkOption { type = lib.types.path; - default = /home/${config.name}; + default = "/home/${config.name}"; }; }; }