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