diff --git a/options.html b/options.html index fd9289466..06f00348e 100644 --- a/options.html +++ b/options.html @@ -1947,9 +1947,9 @@ Can be used to specify extensions.

Type:

programs.beets.mpdIntegration.enableUpdate

Whether to enable mpdupdate plugin.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/beets.nix> -
programs.beets.mpdIntegration.host

Host mpdstats will connect to

Type: string

Default: "localhost"

Example: "10.0.0.42"

Declared by:

+
programs.beets.mpdIntegration.host

The host that mpdstats will connect to.

Type: string

Default: "localhost"

Example: "10.0.0.42"

Declared by:

<home-manager/modules/programs/beets.nix> -
programs.beets.mpdIntegration.port

Port mpdstats will connect to

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default: config.services.mpd.network.port

Example: 6601

Declared by:

+
programs.beets.mpdIntegration.port

The port that mpdstats will connect to.

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default: config.services.mpd.network.port

Example: 6601

Declared by:

<home-manager/modules/programs/beets.nix>
programs.beets.settings

Configuration written to $XDG_CONFIG_HOME/beets/config.yaml

Type: YAML value

Default: { }

Declared by:

@@ -3967,18 +3967,18 @@ for the documentation.

Type: attrib }

Declared by:

<home-manager/modules/programs/kitty.nix> -
programs.kitty.shellIntegration.enableBashIntegration

Whether to enable Kitty bash integration.

Type: boolean

Default:

config.programs.kitty.shellIntegration.mode != "disabled"
+                
programs.kitty.shellIntegration.enableBashIntegration

Whether to enable Kitty Bash integration.

Type: boolean

Default:

config.programs.kitty.shellIntegration.mode != "disabled"
 

Example: true

Declared by:

<home-manager/modules/programs/kitty.nix>
programs.kitty.shellIntegration.enableFishIntegration

Whether to enable Kitty fish integration.

Type: boolean

Default:

config.programs.kitty.shellIntegration.mode != "disabled"
 

Example: true

Declared by:

<home-manager/modules/programs/kitty.nix> -
programs.kitty.shellIntegration.enableZshIntegration

Whether to enable Kitty zsh integration.

Type: boolean

Default:

config.programs.kitty.shellIntegration.mode != "disabled"
+                
programs.kitty.shellIntegration.enableZshIntegration

Whether to enable Kitty Z Shell integration.

Type: boolean

Default:

config.programs.kitty.shellIntegration.mode != "disabled"
 

Example: true

Declared by:

<home-manager/modules/programs/kitty.nix>
programs.kitty.shellIntegration.mode

Set the mode of the shell integration. This accepts the same options -as the shell_integration option of Kitty. Note that no-rc is always -implied. See +as the shell_integration option of Kitty. Note that +no-rc is always implied. See https://sw.kovidgoyal.net/kitty/shell-integration for more details.

Type: string

Default: "enabled"

Example: "no-cursor"

Declared by:

<home-manager/modules/programs/kitty.nix> @@ -7406,7 +7406,11 @@ editor using the EDITOR environment variable.

< <home-manager/modules/services/emacs.nix>

services.emacs.socketActivation.enable

Whether to enable systemd socket activation for the Emacs service.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/services/emacs.nix> -
services.emacs.startWithUserSession

Whether to launch Emacs service with the systemd user session. If it is true, Emacs service is started by default.target. If it is "graphical", Emacs service is started by graphical-session.target.

Type: boolean or value "graphical" (singular enum)

Default: !config.services.emacs.socketActivation.enable

Example: "graphical"

Declared by:

+
services.emacs.startWithUserSession

Whether to launch Emacs service with the systemd user session. If it is +true, Emacs service is started by +default.target. If it is +"graphical", Emacs service is started by +graphical-session.target.

Type: boolean or value "graphical" (singular enum)

Default: !config.services.emacs.socketActivation.enable

Example: "graphical"

Declared by:

<home-manager/modules/services/emacs.nix>
services.espanso.enable

Whether to enable Espanso: cross platform text expander in Rust.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/services/espanso.nix>