diff --git a/index.html b/index.html index 4a5d14aab..9bab51ff4 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 a02a21fa9..cebb75eb5 100644 --- a/options.html +++ b/options.html @@ -2736,6 +2736,8 @@ attempted. <home-manager/modules/programs/home-manager.nix>
programs.htop.enable
Whether to enable htop.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/htop.nix>
+ |
programs.htop.package
Package containing the htop program.
Type: package
Default: pkgs.htop
Declared by:
+ <home-manager/modules/programs/htop.nix>
|
programs.htop.settings
Configuration options to add to
~/.config/htop/htoprc
.
Type: attribute set
Default:
@@ -5828,7 +5830,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.61.0)
Example: pkgs.vscodium
Declared by:
+ |