diff --git a/index.html b/index.html index 44e327f01..749b826cc 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf?+
ca.desrt.dconf?This manual will eventually describes how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index b6587d632..a4e734cdb 100644 --- a/options.html +++ b/options.html @@ -7528,6 +7528,16 @@ overlay or set this option. Example overlay configuration: ]
Declared by:
<home-manager/modules/programs/vscode.nix>
+ |
programs.vscode.keybindings.*.argsOptional arguments for a command.
Type: null or attribute set
Default:
+ null
+
Example:
+
+ {
+ direction = "up";
+ }
+
+
Declared by:
+ <home-manager/modules/programs/vscode.nix>
|
programs.vscode.keybindings.*.commandThe VS Code command to execute.
Type: string
Example:
"editor.action.clipboardCopyAction"
Declared by:
@@ -7536,8 +7546,8 @@ overlay or set this option. Example overlay configuration:
"ctrl+c"
Declared by:
programs.vscode.keybindings.*.whenOptional context filter. Type: string Default: |
programs.vscode.keybindings.*.whenOptional context filter.
Type: null or string
Default:
+ null
Example:
"textInputFocus"
Declared by: