services.flameshot.enable
Whether to enable Flameshot.
Type: boolean
Default:
false
Example:
true
Declared by:
services.flameshot.package
The flameshot package to use.
Type: package
Default:
pkgs.flameshot
Declared by:
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 by: