services.flameshot.settings

Configuration to use for Flameshot. See https://github.com/flameshot-org/flameshot/blob/master/flameshot.example.ini for available options.

Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  General = {
    disabledTrayIcon = true;
    showStartupLaunchMessage = false;
  };
}
Declared
<home-manager/modules/services/flameshot.nix>