programs.fuzzel.enable
Whether to enable fuzzel.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.fuzzel.package
The fuzzel package to use.
Type: null or package
Default:
pkgs.fuzzel
Declared by:
programs.fuzzel.settings
Configuration for fuzzel written to
$XDG_CONFIG_HOME/fuzzel/fuzzel.ini. See
fuzzel.ini(5) for a list of available options.
Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default:
{ }
Example:
{
main = {
terminal = "${pkgs.foot}/bin/foot";
layer = "overlay";
};
colors.background = "ffffffff";
}
Declared by: