diff --git a/index.html b/index.html index 98aa4a6b..4ef7feb6 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 b78a2c70..d824edd9 100644 --- a/options.html +++ b/options.html @@ -2084,6 +2084,15 @@ available packages run: };
Declared by:
<home-manager/modules/programs/emacs.nix>
+ |
programs.eww.enable
Whether to enable eww.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/eww.nix>
+ |
programs.eww.package
The eww package to install. +
Type: package
Default: pkgs.eww
Example: pkgs.eww
Declared by:
+ <home-manager/modules/programs/eww.nix>
+ |
programs.eww.configDir
The directory that gets symlinked to
+$XDG_CONFIG_HOME/eww
.
+
Type: path
Example: ./eww-config-dir
Declared by:
+ <home-manager/modules/programs/eww.nix>
|
programs.exa.enable
Whether to enable exa, a modern replacement for ls.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/exa.nix>
|
programs.exa.enableAliases
Whether to enable recommended exa aliases.
Type: boolean
Default: false
Example: true
Declared by: