diff --git a/options.xhtml b/options.xhtml index e2f506637..6bb9ac23b 100644 --- a/options.xhtml +++ b/options.xhtml @@ -32526,6 +32526,115 @@ TOML value
+programs.git-credential-keepassxc.enable
+
+
+Whether to enable git-credential-keepassxc…
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/git-credential-keepassxc.nix>
+
+ |
programs.git-credential-keepassxc.package
+
+
+The git-credential-keepassxc package to use.
+ +Type: +package
+ +Default:
+pkgs.git-credential-keepassxc
Declared by:
+
+
+<home-manager/modules/programs/git-credential-keepassxc.nix>
+
+ |
programs.git-credential-keepassxc.groups
+
+
+The KeePassXC groups used for storing and fetching of credentials. By +default, the groups created by +git-credential-keepassxc configure [--group <GROUP>] are used.
+ +Type: +null or (list of string)
+ +Default:
+null
Example:
+"Git"
Declared by:
+
+
+<home-manager/modules/programs/git-credential-keepassxc.nix>
+
+ |
programs.git-credential-keepassxc.hosts
+
+
+Hosts for which git-credential-keepassxc is enabled.
+ +Type: +list of string
+ +Default:
+[ ]
Example:
[
+ "https://github.com"
+]
+
+
+Declared by:
+
+
+<home-manager/modules/programs/git-credential-keepassxc.nix>
+
+ |
programs.git-credential-oauth.enable