diff --git a/index.html b/index.html index 9a5a95cb9..bd5213e7b 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 49e74f834..9666d3132 100644 --- a/options.html +++ b/options.html @@ -7981,6 +7981,12 @@ manually set any options not listed above. <home-manager/modules/programs/vim.nix>
programs.vscode.enableWhether to enable Visual Studio Code.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/vscode.nix>
+ |
programs.vscode.enableExtensionUpdateCheckWhether to enable update notifications for extensions. +
Type: boolean
Default: true
Declared by:
+ <home-manager/modules/programs/vscode.nix>
+ |
programs.vscode.enableUpdateCheckWhether to enable update checks/notifications. +
Type: boolean
Default: true
Declared by:
+ <home-manager/modules/programs/vscode.nix>
|
programs.vscode.packageVersion of Visual Studio Code to install.
Type: package
Default: (build of vscode-1.72.2)
Example: pkgs.vscodium
Declared by: