From 6548d1a69d0ccebfc7d227b56a36cc0b6115c782 Mon Sep 17 00:00:00 2001
From: khaneliman
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: |