diff --git a/index.html b/index.html index d9555634c..ef0764e7d 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 8b47151b2..75377a879 100644 --- a/options.html +++ b/options.html @@ -4435,6 +4435,29 @@ for the documentation. }
Declared by:
<home-manager/modules/programs/kitty.nix>
+ |
programs.lazygit.enableWhether to enable lazygit, a simple terminal UI for git commands.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/lazygit.nix>
+ |
programs.lazygit.settingsConfiguration written to
+~/.config/lazygit/config.yml on Linux
+or ~/Library/Application Support/lazygit/config.yml on Darwin. See
+https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md
+for supported values.
+
Type: YAML value
Default:
+ { }
+
Example:
{
+ gui.theme = {
+ lightTheme = true;
+ activeBorderColor = [ "blue" "bold" ];
+ inactiveBorderColor = [ "black" ];
+ selectedLineBgColor = [ "default" ];
+ };
+}
+Declared by:
+ <home-manager/modules/programs/lazygit.nix>
|
programs.lesspipe.enableWhether to enable lesspipe preprocessor for less.
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
@@ -139,7 +139,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index 7097fcadd..80ea2bb70 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-Name
Name
Synopsis
home-manager {
build
|
@@ -74,7 +74,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.
Options
-A
@@ -234,15 +234,15 @@
attrPath--verbose