From a15819e1eb57f4fbe85b1662dda36493ac196114 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Sun, 5 Feb 2023 10:03:21 +0000 Subject: [PATCH] deploy: 2ffc6d64961cb46d58d80fc344795837d6f227c2 --- options.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/options.html b/options.html index fa56a1295..8500f4ab1 100644 --- a/options.html +++ b/options.html @@ -6066,6 +6066,8 @@ input.

Type: unsigned integer, mean <home-manager/modules/programs/tmux.nix>

programs.tmux.keyMode

VI or Emacs style shortcuts.

Type: one of "emacs", "vi"

Default: "emacs"

Example: "vi"

Declared by:

<home-manager/modules/programs/tmux.nix> +
programs.tmux.mouse

Whether to enable mouse support.

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/programs/tmux.nix>
programs.tmux.newSession

Automatically spawn a session if trying to attach and none are running.

Type: boolean

Default: false

Declared by:

<home-manager/modules/programs/tmux.nix> @@ -6221,7 +6223,7 @@ manually set any options not listed above.

Type <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: <derivation vscode-1.74.3>

Example: pkgs.vscodium

Declared by:

+
programs.vscode.package

Version of Visual Studio Code to install.

Type: package

Default: <derivation vscode-1.75.0>

Example: pkgs.vscodium

Declared by:

<home-manager/modules/programs/vscode.nix>
programs.vscode.extensions

The extensions Visual Studio Code should be started with.

Type: list of package

Default: [ ]

Example: [ pkgs.vscode-extensions.bbenoist.nix ]

Declared by:

<home-manager/modules/programs/vscode.nix>