From 6548d1a69d0ccebfc7d227b56a36cc0b6115c782 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 30 Oct 2025 17:27:06 +0000 Subject: [PATCH] deploy: ce76393bb74b6a4bbe02e30e9bd01e9839dc377c --- nix-darwin-options.xhtml | 28 ++++++++++++++++++++++++++++ nixos-options.xhtml | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) 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: 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: