diff --git a/index.html b/index.html index fcd162208..1dd78e8bc 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html
index d1ba2e29c..b7d784b3b 100644
--- a/options.html
+++ b/options.html
@@ -6944,7 +6944,7 @@ editor using the EDITOR
environment variable.
Note: String values are deprecated, please use actual packages.
Type: list of (string or package)
Default:
[ - <derivation vimplugin-vim-sensible-2022-12-03> + <derivation vimplugin-vim-sensible-2022-12-30> ]
Example: [ pkgs.vimPlugins.YankRing ]
Declared by:
<home-manager/modules/programs/vim.nix>
|
programs.vim.settings
At attribute set of Vim settings. The attribute names and @@ -10383,7 +10383,7 @@ default keybindings instead of specifying all of them from scratch.
Type: attribute set of (null or string)
Default: "Default sway keybindings."
Example:
let
modifier = config.wayland.windowManager.sway.config.modifier;
in lib.mkOptionDefault {
- "${modifier}+Return" = "exec ${pkgs.rxvt-unicode-unwrapped}/bin/urxvt";
+ "${modifier}+Return" = "exec ${pkgs.foot}/bin/foot";
"${modifier}+Shift+q" = "kill";
"${modifier}+d" = "exec ${pkgs.dmenu}/bin/dmenu_path | ${pkgs.dmenu}/bin/dmenu | ${pkgs.findutils}/bin/xargs swaymsg exec --";
}
@@ -10455,7 +10455,7 @@ See wayland.windowManager.sway.config.startup.*.command
Command that will be executed on startup.
Type: string
Declared by:
<home-manager/modules/services/window-managers/i3-sway/sway.nix>
- |
wayland.windowManager.sway.config.terminal
Default terminal to run.
Type: string
Default: "\${pkgs.rxvt-unicode-unwrapped}/bin/urxvt"
Example: "alacritty"
Declared by:
+ |
wayland.windowManager.sway.config.terminal
Default terminal to run.
Type: string
Default: "\${pkgs.foot}/bin/foot"
Example: "alacritty"
Declared by:
<home-manager/modules/services/window-managers/i3-sway/sway.nix>
|
wayland.windowManager.sway.config.up
Home row direction key for moving up.
Type: string
Default: "k"
Declared by: