From fc0f4a3515ea28b8e4e9e05ad80f5172036784c9 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Fri, 9 Jun 2023 20:33:11 +0000 Subject: [PATCH] deploy: 0945875a2a20de314093b0f9d4d5448e9b4fdccb --- options.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/options.html b/options.html index 9d4603fe9..47bfbbe9b 100644 --- a/options.html +++ b/options.html @@ -2065,6 +2065,35 @@ for the default configuration.

Type:

Declared by:

<home-manager/modules/programs/bottom.nix> +
programs.boxxy.enable

Whether to enable boxxy: Boxes in badly behaving applications.

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/programs/boxxy.nix> +
programs.boxxy.package

The boxxy package to use.

Type: package

Default: pkgs.boxxy

Declared by:

+ <home-manager/modules/programs/boxxy.nix> +
programs.boxxy.rules

List of boxxy rules

Type: list of (YAML value)

Default: [ ]

Declared by:

+ <home-manager/modules/programs/boxxy.nix> +
programs.boxxy.rules.*.context

Apply redirection ONLY when in a certain directory.

Type: list of string

Default: [ ]

Example:

[
+  "/home/example/Projects/my-project"
+]

Declared by:

+ <home-manager/modules/programs/boxxy.nix> +
programs.boxxy.rules.*.env

Give certain environment variables for said match.

Type: attribute set of string

Default: { }

Example:

{
+  MY_ENV_VAR = "my_env_var_value";
+}
+

Declared by:

+ <home-manager/modules/programs/boxxy.nix> +
programs.boxxy.rules.*.mode

Does the current path redirect a file or a directory?

Type: one of "file", "directory"

Default: "directory"

Declared by:

+ <home-manager/modules/programs/boxxy.nix> +
programs.boxxy.rules.*.name

Unique identifier of the boxxy rule. This can be any single-line string.

Type: string

Declared by:

+ <home-manager/modules/programs/boxxy.nix> +
programs.boxxy.rules.*.only

Apply redirection ONLY to specified executable names.

Type: list of string

Default: [ ]

Example:

[
+  "bash"
+  "/usr/bin/sh"
+]
+

Declared by:

+ <home-manager/modules/programs/boxxy.nix> +
programs.boxxy.rules.*.rewrite

Where that file/directory should be rewritten to.

Type: string

Default: ""

Example: "${config.xdg.configHome}/ssh"

Declared by:

+ <home-manager/modules/programs/boxxy.nix> +
programs.boxxy.rules.*.target

What directory/file to redirect.

Type: string

Default: ""

Example: "~/.ssh"

Declared by:

+ <home-manager/modules/programs/boxxy.nix>
programs.broot.enable

Whether to enable Broot, a better way to navigate directories.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/broot.nix>
programs.broot.enableBashIntegration

Whether to enable Bash integration.

Type: boolean

Default: true

Declared by: