programs.tray-tui.enable
Whether to enable tray-tui.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.tray-tui.package
The tray-tui package to use.
Type: null or package
Default:
pkgs.tray-tui
Declared by:
programs.tray-tui.settings
Configuration settings for tray-tui. All the available options can be found here: https://github.com/Levizor/tray-tui/blob/main/config_example.toml
Type: TOML value
Default:
{ }
Example:
{
columns = 3;
key_map = {
down = "focus_down";
h = "focus_left";
j = "focus_up";
k = "focus_down";
l = "focus_right";
left = "focus_left";
right = "focus_right";
up = "focus_up";
};
sorting = false;
}
Declared by: