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: false

+

Declared by:

+ + +
+ +<home-manager/modules/misc/xdg.nix> + +
+ +
+ + xdg.cacheFile.<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:

@@ -102522,6 +102574,32 @@ boolean

Default: false

+

Declared by:

+ + +
+ +<home-manager/modules/misc/xdg.nix> + +
+ +
+ + xdg.configFile.<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:

@@ -102782,6 +102860,32 @@ boolean

Default: false

+

Declared by:

+ + +
+ +<home-manager/modules/misc/xdg.nix> + +
+ +
+ + xdg.dataFile.<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:

@@ -103871,6 +103975,32 @@ boolean

Default: false

+

Declared by:

+ + +
+ +<home-manager/modules/misc/xdg.nix> + +
+ +
+ + xdg.stateFile.<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: