programs.kickoff.enable
Whether to enable kickoff.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.kickoff.package
The kickoff package to use.
Type: null or package
Default:
pkgs.kickoff
Declared by:
programs.kickoff.settings
Configuration settings for kickoff. All the available options can be found here: https://github.com/j0ru/kickoff/blob/main/assets/default_config.toml.
Type: TOML value
Default:
{ }
Example:
''
padding = 100;
font_size = 32;
search.show_hidden_files = false;
history.decrease_interval = 48;
keybinding = {
paste = [ "ctrl+v" ];
execute = [ "KP_Enter" "Return" ];
complete = [ "Tab" ];
};
''
Declared by: