services.fnott.settings
Home-Manager option
Configuration written to $XDG_CONFIG_HOME/fnott/fnott.ini. See fnott.ini(5) for a list of available options and https://codeberg.org/dnkl/fnott/src/branch/master/fnott.ini for an example configuration.
type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
declared in: <home-manager/modules/services/fnott.nix>source unavailable{ main = { notification-margin = 5; }; low = { timeout = 5; title-font = "Dina:weight=bold:slant=italic"; title-color = "ffffff"; }; }