diff --git a/index.html b/index.html index 1a63b610e..fad1aab42 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 f6296ef03..33b84601c 100644 --- a/options.html +++ b/options.html @@ -7132,6 +7132,24 @@ or by Visual Studio Code. "update.channel" = "none"; "[nix]"."editor.tabSize" = 2; } +
Declared by:
+ <home-manager/modules/programs/vscode.nix>
+ |
programs.vscode.userTasks
Configuration written to Visual Studio Code's
+tasks.json
.
+
Type: JSON value
Default:
+ {
+
+ }
+
Example:
{ + "version": "2.0.0", + "tasks": [ + { + "type": "shell", + "label": "Hello task", + "command": "hello", + } + ] +}
Declared by:
<home-manager/modules/programs/vscode.nix>
|
programs.watson.enable
Whether to enable watson, a wonderful CLI to track your time.
Type: boolean
Default: false
Example: true
Declared by: