diff --git a/nix-darwin-options.xhtml b/nix-darwin-options.xhtml index 175305e68..2f7352f9b 100644 --- a/nix-darwin-options.xhtml +++ b/nix-darwin-options.xhtml @@ -46,6 +46,34 @@ boolean
Default:
false
Declared by:
+
+
+<home-manager/nixos/common.nix>
+
+ |
home-manager.backupCommand
+
+
+On activation run this command on each existing file +rather than exiting with an error.
+ +Type: +null or string or absolute path
+ +Default:
+null
Example:
+''${pkgs.trash-cli}/bin/trash
Declared by:
|
diff --git a/nixos-options.xhtml b/nixos-options.xhtml
index 90edbd457..55c617be6 100644
--- a/nixos-options.xhtml
+++ b/nixos-options.xhtml
@@ -46,6 +46,34 @@ boolean
Default:
Declared by: +
home-manager.backupCommand
+
+
+On activation run this command on each existing file +rather than exiting with an error. + +Type: +null or string or absolute path + +Default:
+ Example:
+ Declared by: |