diff --git a/index.html b/index.html index 501bfd35a..3cca4b051 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 47d092f9c..0811dc02e 100644 --- a/options.html +++ b/options.html @@ -3387,6 +3387,21 @@ ALT-C keybinding. ]
Declared by:
<home-manager/modules/programs/fzf.nix>
+ |
programs.fzf.colors
Color scheme options added to FZF_DEFAULT_OPTS
. See
+https://github.com/junegunn/fzf/wiki/Color-schemes
+for documentation.
+
Type: attribute set of string
Default:
+ {
+
+ }
+
Example:
{ + bg = "#1e1e1e"; + "bg+" = "#1e1e1e"; + fg = "#d4d4d4"; + "fg+" = "#d4d4d4"; +} +
Declared by:
+ <home-manager/modules/programs/fzf.nix>
|
programs.fzf.defaultCommand
The command that gets executed as the default source for fzf when running.
Type: null or string
Default: null
Example: "fd --type f"
Declared by: