services.flameshot.settings
Home-Manager option
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
declared in: <home-manager/modules/services/flameshot.nix>source unavailable{ General = { disabledTrayIcon = true; showStartupLaunchMessage = false; }; }