diff --git a/index.html b/index.html index 9a5a95cb..bd5213e7 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 49e74f83..9666d313 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.enable
Whether to enable Visual Studio Code.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/vscode.nix>
+ |
programs.vscode.enableExtensionUpdateCheck
Whether to enable update notifications for extensions. +
Type: boolean
Default: true
Declared by:
+ <home-manager/modules/programs/vscode.nix>
+ |
programs.vscode.enableUpdateCheck
Whether to enable update checks/notifications. +
Type: boolean
Default: 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.72.2)
Example: pkgs.vscodium
Declared by: