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
- <home-manager/modules/programs/kickoff.nix>