diff --git a/options.xhtml b/options.xhtml index c15f8ac6b..f62f7b2eb 100644 --- a/options.xhtml +++ b/options.xhtml @@ -7875,6 +7875,32 @@ boolean
Default:
false
Declared by:
+
+
+<home-manager/modules/files.nix>
+
+ |
home.file.<name>.ignorelinks
+
+
+When recursive is enabled, adds -ignorelinks flag to lndir
It causes lndir to not treat symbolic links in the source directory specially. +The link created in the target directory will point back to the corresponding +(symbolic link) file in the source directory. If the link is to a directory
+ +Type: +boolean
+ +Default:
+false
Declared by:
|
@@ -102262,6 +102288,32 @@ boolean
Default:
Declared by: +
xdg.cacheFile.<name>.ignorelinks
+
+
+When It causes lndir to not treat symbolic links in the source directory specially. +The link created in the target directory will point back to the corresponding +(symbolic link) file in the source directory. If the link is to a directory + +Type: +boolean + +Default:
+ Declared by:
|