diff --git a/index.html b/index.html index aeb2f710f..2de62f7a8 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf?+
ca.desrt.dconf?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index a87709c00..d8f39796f 100644 --- a/options.html +++ b/options.html @@ -3312,7 +3312,29 @@ See fzf-tmux --help for available true
Declared by:
<home-manager/modules/programs/gh.nix>
- |
programs.gh.aliasesAliases that allow you to create nicknames for gh commands. +
programs.gh.packagePackage providing gh.
Type: package
Default:
+
+ {
+ _type = "literalExpression"; text = "pkgs.gh";
+ }
+
+
Declared by:
+ <home-manager/modules/programs/gh.nix>
+ |
programs.gh.settingsConfiguration written to $XDG_CONFIG_HOME/gh/config.yml.
Type: YAML value
Default:
+
+ {
+
+ }
+
+
Example:
+
+ {
+ _type = "literalExpression"; text = "{\n git_protocol = \"ssh\";\n\n prompt = \"enabled\";\n\n aliases = {\n co = \"pr checkout\";\n pv = \"pr view\";\n };\n};\n";
+ }
+
+
Declared by:
+ <home-manager/modules/programs/gh.nix>
+ |
programs.gh.settings.aliasesAliases that allow you to create nicknames for gh commands.
Type: attribute set of strings
Default:
{
@@ -3327,15 +3349,17 @@ See fzf-tmux --help for available
Declared by:
<home-manager/modules/programs/gh.nix>
- |
programs.gh.editorThe editor that gh should run when creating issues, pull requests, etc. +
programs.gh.settings.editorThe editor that gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
Type: string
Default:
""
Declared by:
<home-manager/modules/programs/gh.nix>
- |
programs.gh.gitProtocolThe protocol to use when performing Git operations. -
Type: one of "https", "ssh"
Default:
+
programs.gh.settings.git_protocolThe protocol to use when performing Git operations. +
Type: string
Default:
"https"
+
Example:
+ "ssh"
Declared by:
<home-manager/modules/programs/gh.nix>
|
programs.git.enableWhether to enable Git.
Type: boolean
Default: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -151,7 +151,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index c2ec8c4b5..3442a031e 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-Name
Name
Synopsis
home-manager {
build
|
@@ -82,7 +82,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.
Options
-A
@@ -259,15 +259,15 @@
attrPath--verbose