programs.foot.settings
Home-Manager option
Configuration written to $XDG_CONFIG_HOME/foot/foot.ini. See https://codeberg.org/dnkl/foot/src/branch/master/foot.ini for a list of available options.
type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string) or a list of them for duplicate keys)Default
{ }Example
declared in: <home-manager/modules/programs/foot.nix>source unavailable{ main = { term = "xterm-256color"; font = "Fira Code:size=11"; dpi-aware = "yes"; }; mouse = { hide-when-typing = "yes"; }; }