From 192ed122a30279cf80ecd6bc7592db21cad636bd Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 28 Apr 2023 21:13:25 +0000 Subject: [PATCH] deploy: c4f3a3707104999d5b6fe4c4e5c3833980a92513 --- options.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/options.html b/options.html index c3f3a3bb0..4764be581 100644 --- a/options.html +++ b/options.html @@ -3680,6 +3680,26 @@ variable.

Type: boolean

Declared by:

<home-manager/modules/programs/jq.nix> +
programs.jujutsu.enable

Whether to enable a Git-compatible DVCS that is both simple and powerful.

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/programs/jujutsu.nix> +
programs.jujutsu.enableBashIntegration

Whether to enable Bash integration.

Type: boolean

Default: true

Declared by:

+ <home-manager/modules/programs/jujutsu.nix> +
programs.jujutsu.enableFishIntegration

Whether to enable Fish integration.

Type: boolean

Default: true

Declared by:

+ <home-manager/modules/programs/jujutsu.nix> +
programs.jujutsu.enableZshIntegration

Whether to enable Zsh integration.

Type: boolean

Default: true

Declared by:

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

The jujutsu package to use.

Type: package

Default: pkgs.jujutsu

Declared by:

+ <home-manager/modules/programs/jujutsu.nix> +
programs.jujutsu.settings

Options to add to the .jjconfig.toml file. See +https://github.com/martinvonz/jj/blob/main/docs/config.md +for options.

Type: TOML value

Default: { }

Example:

{
+  user = {
+    name = "John Doe";
+    email = "jdoe@example.org";
+  };
+}
+

Declared by:

+ <home-manager/modules/programs/jujutsu.nix>
programs.k9s.enable

Whether to enable k9s - Kubernetes CLI To Manage Your Clusters In Style.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/k9s.nix>
programs.k9s.package

The k9s package to use.

Type: package

Default: pkgs.k9s

Declared by: