diff --git a/index.html b/index.html index 44e327f0..749b826c 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 b6587d63..a4e734cd 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.*.args
Optional 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.*.command
The 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.*.when Optional context filter. Type: string Default: |
programs.vscode.keybindings.*.when
Optional context filter.
Type: null or string
Default:
+ null
Example:
"textInputFocus"
Declared by: