diff --git a/lib.nix b/lib.nix index c4dbfd9..7642d00 100644 --- a/lib.nix +++ b/lib.nix @@ -38,9 +38,9 @@ in { if hasPrefix "/" p then throw "This option cannot handle absolute paths yet!" else "${config.relativeTo}/${p}"; - defaultText = "name"; + defaultText = name; description = '' - Path to target file relative to {option}`hjem.users..files..relativeTo`. + Path to target file relative to ${rootDir}. ''; };