dotfiles/home/modules/flameshot.nix
2025-01-09 02:09:02 -06:00

12 lines
215 B
Nix
Executable file

{
services.flameshot = {
enable = true;
settings = {
General = {
disabledTrayIcon = true;
showStartupLaunchMessage = false;
disabledGrimWarning = true;
};
};
};
}