diff --git a/index.html b/index.html index 53f90497..8c015da2 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describes how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index f768d70c..419aee77 100644 --- a/options.html +++ b/options.html @@ -2824,6 +2824,36 @@ CTRL-R keybinding.
Declared by:
<home-manager/modules/programs/fzf.nix>
+ |
programs.gh.enable
Whether to enable GitHub CLI tool.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/gh.nix>
+ |
programs.gh.aliases
Aliases that allow you to create nicknames for gh commands. +
Type: attribute set of strings
Default:
+
+ {
+
+ }
+
+
Example:
{ + co = "pr checkout"; + pv = "pr view"; +} +
Declared by:
+ <home-manager/modules/programs/gh.nix>
+ |
programs.gh.editor
The 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.gitProtocol
The protocol to use when performing Git operations. +
Type: one of "https", "ssh"
Default:
+ "https"
+
Declared by:
+ <home-manager/modules/programs/gh.nix>
|
programs.git.enable
Whether to enable Git.
Type: boolean
Default:
false
Example: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -132,7 +132,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index 7b65cbce..1fb575cb 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
Name
Name
Synopsis
home-manager
{
build
|
@@ -67,7 +67,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix
.
Options
-A
@@ -219,15 +219,15 @@
attrPath
--verbose