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: Whether to enable a Git-compatible DVCS that is both simple and powerful. Type: boolean Default: Example: Declared by: Whether to enable Bash integration. Type: boolean Default: Declared by: Whether to enable Fish integration. Type: boolean Default: Declared by: Whether to enable Zsh integration. Type: boolean Default: Declared by: The jujutsu package to use. Type: package Default: Declared by: Options to add to the Type: TOML value Default: Example: Declared by: Whether to enable k9s - Kubernetes CLI To Manage Your Clusters In Style. Type: boolean Default: Example: Declared by: The k9s package to use. Type: package Default: Declared by:
<home-manager/modules/programs/jq.nix>
+
programs.jujutsu.enable
false
true
+ <home-manager/modules/programs/jujutsu.nix>
+
programs.jujutsu.enableBashIntegration
true
+ <home-manager/modules/programs/jujutsu.nix>
+
programs.jujutsu.enableFishIntegration
true
+ <home-manager/modules/programs/jujutsu.nix>
+
programs.jujutsu.enableZshIntegration
true
+ <home-manager/modules/programs/jujutsu.nix>
+
programs.jujutsu.package
pkgs.jujutsu
+ <home-manager/modules/programs/jujutsu.nix>
+
programs.jujutsu.settings
.jjconfig.toml
file. See
+https://github.com/martinvonz/jj/blob/main/docs/config.md
+for options.{ }
{
+ user = {
+ name = "John Doe";
+ email = "jdoe@example.org";
+ };
+}
+
+ <home-manager/modules/programs/jujutsu.nix>
programs.k9s.enable
false
true
<home-manager/modules/programs/k9s.nix>
programs.k9s.package
pkgs.k9s