diff --git a/index.html b/index.html index 98aa4a6b4..4ef7feb65 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 b78a2c70f..d824edd9b 100644 --- a/options.html +++ b/options.html @@ -2084,6 +2084,15 @@ available packages run: };
Declared by:
<home-manager/modules/programs/emacs.nix>
+ |
programs.eww.enableWhether to enable eww.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/eww.nix>
+ |
programs.eww.packageThe eww package to install. +
Type: package
Default: pkgs.eww
Example: pkgs.eww
Declared by:
+ <home-manager/modules/programs/eww.nix>
+ |
programs.eww.configDirThe 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.enableWhether to enable exa, a modern replacement for ls.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/exa.nix>
|
programs.exa.enableAliasesWhether to enable recommended exa aliases.
Type: boolean
Default: false
Example: true
Declared by: