From a90235c9ee3018419d89b31aebaa917e64ef7e3d Mon Sep 17 00:00:00 2001
From: rycee
Type:
<home-manager/modules/programs/beets.nix>
Whether to enable mpdupdate plugin. Type: boolean Default: Example: Declared by: Host mpdstats will connect to Type: string Default: Example: Declared by: The host that mpdstats will connect to. Type: string Default: Example: Declared by: Port mpdstats will connect to Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive) Default: Example: Declared by: The port that mpdstats will connect to. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive) Default: Example: Declared by: Configuration written to
Type: YAML value Default: Declared by: Type: attrib
}
Declared by: Whether to enable Kitty bash integration. Type: boolean Default: Whether to enable Kitty Bash integration. Type: boolean Default: Example: Declared by: Whether to enable Kitty fish integration. Type: boolean Default: Example: Declared by: Whether to enable Kitty zsh integration. Type: boolean Default: Whether to enable Kitty Z Shell integration. Type: boolean Default: Example: Declared by: 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 Type: string Default: Example: Declared by: <
<home-manager/modules/services/emacs.nix>
Whether to enable systemd socket activation for the Emacs service. Type: boolean Default: Example: Declared by: Whether to launch Emacs service with the systemd user session. If it is Type: boolean or value "graphical" (singular enum) Default: Example: Declared by: Whether to launch Emacs service with the systemd user session. If it is
+ Type: boolean or value "graphical" (singular enum) Default: Example: Declared by: Whether to enable Espanso: cross platform text expander in Rust. Type: boolean Default: Example: Declared by:programs.beets.mpdIntegration.enableUpdate
false
true
<home-manager/modules/programs/beets.nix>
-
programs.beets.mpdIntegration.host
"localhost"
"10.0.0.42"
+
programs.beets.mpdIntegration.host
"localhost"
"10.0.0.42"
<home-manager/modules/programs/beets.nix>
-
programs.beets.mpdIntegration.port
config.services.mpd.network.port
6601
+
programs.beets.mpdIntegration.port
config.services.mpd.network.port
6601
<home-manager/modules/programs/beets.nix>
programs.beets.settings
$XDG_CONFIG_HOME/beets/config.yaml
{ }
@@ -3967,18 +3967,18 @@ for the documentation.
<home-manager/modules/programs/kitty.nix>
-
programs.kitty.shellIntegration.enableBashIntegration
config.programs.kitty.shellIntegration.mode != "disabled"
+
programs.kitty.shellIntegration.enableBashIntegration
config.programs.kitty.shellIntegration.mode != "disabled"
true
<home-manager/modules/programs/kitty.nix>
programs.kitty.shellIntegration.enableFishIntegration
config.programs.kitty.shellIntegration.mode != "disabled"
true
<home-manager/modules/programs/kitty.nix>
-
programs.kitty.shellIntegration.enableZshIntegration
config.programs.kitty.shellIntegration.mode != "disabled"
+
programs.kitty.shellIntegration.enableZshIntegration
config.programs.kitty.shellIntegration.mode != "disabled"
true
<home-manager/modules/programs/kitty.nix>
programs.kitty.shellIntegration.mode
shell_integration
option of Kitty. Note that
+no-rc
is always implied. See
https://sw.kovidgoyal.net/kitty/shell-integration
for more details."enabled"
"no-cursor"
<home-manager/modules/programs/kitty.nix>
@@ -7406,7 +7406,11 @@ editor using the
EDITOR
environment variable.services.emacs.socketActivation.enable
false
true
<home-manager/modules/services/emacs.nix>
-
services.emacs.startWithUserSession
true
, Emacs service is started by default.target. If it is "graphical"
, Emacs service is started by graphical-session.target.!config.services.emacs.socketActivation.enable
"graphical"
+
services.emacs.startWithUserSession
true
, Emacs service is started by
+default.target
. If it is
+"graphical"
, Emacs service is started by
+graphical-session.target
.!config.services.emacs.socketActivation.enable
"graphical"
<home-manager/modules/services/emacs.nix>
services.espanso.enable
false
true
<home-manager/modules/services/espanso.nix>