programs.trippy.enable
Whether to enable trippy.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.trippy.package
The trippy package to use.
Type: null or package
Default:
pkgs.trippy
Declared by:
programs.trippy.forceUserConfig
Whatever to force trippy to use user’s config through the -c flag. This will prevent certain commands such as ‘sudo’ ignoring the configured settings. This will only work if you have ‘programs.<shell>.enable’ (bash, zsh, fish, …), depending on your shell.
Type: boolean
Default:
true
Example:
false
Declared by:
programs.trippy.settings
Configuration settings for trippy. All the available options can be found here: https://trippy.rs/reference/configuration/
Type: TOML value
Default:
{ }
Example:
{
bindings = {
toggle-help = "h";
toggle-help-alt = "?";
toggle-settings = "s";
toggle-settings-dns = "3";
toggle-settings-geoip = "4";
toggle-settings-trace = "2";
toggle-settings-tui = "1";
};
theme-colors = {
bg-color = "black";
border-color = "gray";
tab-text-color = "green";
text-color = "gray";
};
}
Declared by: