programs.yofi.enable
Whether to enable yofi.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.yofi.package
The yofi package to use.
Type: null or package
Default:
pkgs.yofi
Declared by:
programs.yofi.blacklist
List of .desktop files yofi should ignore.
Type: list of string
Default:
[ ]
Example:
[
"firefox"
"librewolf"
"com.obsproject.Studio"
"com.rtosta.zapzap"
"cups"
"kitty-open"
"nvim"
]
Declared by:
programs.yofi.settings
Configuration settings for yofi. For all the available options see: https://github.com/l4l/yofi/wiki/Configuration#main-configuration
Type: TOML value
Default:
{ }
Example:
{
bg_border_color = "0x131411ff";
bg_color = "0x272822ee";
corner_radius = "0";
font_size = 24;
force_window = false;
height = 512;
input_text = {
bg_color = "0x75715eff";
font_color = "0xf8f8f2ff";
margin = "5";
padding = "1.7 -4";
};
width = 400;
}
Declared by: