diff --git a/options.xhtml b/options.xhtml index 3580e3d01..fc00832ea 100644 --- a/options.xhtml +++ b/options.xhtml @@ -7569,6 +7569,33 @@ null or boolean
Default:
null
Declared by:
+
+
+<home-manager/modules/files.nix>
+
+ |
home.file.<name>.force
+
+
+Whether the target path should be unconditionally replaced +by the managed file source. Warning, this will silently +delete the target regardless of whether it is a file or +link.
+ +Type: +boolean
+ +Default:
+false
Declared by:
|
@@ -83405,6 +83432,33 @@ null or boolean
Default:
Declared by: +
xdg.configFile.<name>.force
+
+
+Whether the target path should be unconditionally replaced +by the managed file source. Warning, this will silently +delete the target regardless of whether it is a file or +link. + +Type: +boolean + +Default:
+ Declared by:
|