diff --git a/index.html b/index.html index 7728c3ec0..d599100af 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 556a40a1e..2d8089909 100644 --- a/options.html +++ b/options.html @@ -7612,7 +7612,7 @@ manually set any options not listed above.
programs.vscode.enable
Whether to enable Visual Studio Code.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/vscode.nix>
|
programs.vscode.package
Version of Visual Studio Code to install. -
Type: package
Default: (build of vscode-1.70.0)
Example: pkgs.vscodium
Declared by:
+ |
programs.wezterm.package
The Wezterm package to install.
Type: package
Default: pkgs.wezterm
Declared by:
<home-manager/modules/programs/wezterm.nix>
+ |
programs.wezterm.colorSchemes
Attribute set of additional color schemes to be written to
+$XDG_CONFIG_HOME/wezterm/colors
, where each key is
+taken as the name of the corresponding color scheme. See
+https://wezfurlong.org/wezterm/config/appearance.html#defining-a-color-scheme-in-a-separate-file
+for more details of the TOML color scheme format.
+
Type: attribute set of TOML value
Default:
+ {
+
+ }
+
Example:
myCoolTheme = { + ansi = [ + "#222222" "#D14949" "#48874F" "#AFA75A" + "#599797" "#8F6089" "#5C9FA8" "#8C8C8C" + ]; + brights = [ + "#444444" "#FF6D6D" "#89FF95" "#FFF484" + "#97DDFF" "#FDAAF2" "#85F5DA" "#E9E9E9" + ]; + background = "#1B1B1B"; + cursor_bg = "#BEAF8A"; + cursor_border = "#BEAF8A"; + cursor_fg = "#1B1B1B"; + foreground = "#BEAF8A"; + selection_bg = "#444444"; + selection_fg = "#E9E9E9"; +}; +
Declared by:
+ <home-manager/modules/programs/wezterm.nix>
|
programs.wezterm.extraConfig
Extra configuration written to
$XDG_CONFIG_HOME/wezterm/wezterm.lua
. See
https://wezfurlong.org/wezterm/config/files.html
diff --git a/tools.html b/tools.html
index 71d6f0473..5bcad378d 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -84,7 +84,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -