diff --git a/index.html b/index.html index a7c7ff5f3..98aa4a6b4 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 7e29e77a8..b78a2c70f 100644 --- a/options.html +++ b/options.html @@ -6758,6 +6758,26 @@ for the full list of options. }
Declared by:
<home-manager/modules/programs/zathura.nix>
+ |
programs.zellij.enable
Whether to enable zellij.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/zellij.nix>
+ |
programs.zellij.package
The zellij package to install. +
Type: package
Default: pkgs.zellij
Declared by:
+ <home-manager/modules/programs/zellij.nix>
+ |
programs.zellij.settings
Configuration written to
+$XDG_CONFIG_HOME/zellij/config.yaml
.
+
+See https://zellij.dev/documentation for the full +list of options. +
Type: YAML value
Default:
+ {
+
+ }
+
Example:
{ + theme = "custom"; + themes.custom.fg = 5; +} +
Declared by:
+ <home-manager/modules/programs/zellij.nix>
|
programs.zoxide.enable
Whether to enable zoxide.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/zoxide.nix>
|
programs.zoxide.enableBashIntegration
Whether to enable Bash integration. diff --git a/tools.html b/tools.html index 50e62fff0..29bc9c0f6 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. -