dotfiles/home/modules/flameshot.nix

13 lines
215 B
Nix
Raw Normal View History

2024-11-06 21:58:30 -06:00
{
services.flameshot = {
enable = true;
settings = {
General = {
2025-01-09 02:09:02 -06:00
disabledTrayIcon = true;
2024-11-06 21:58:30 -06:00
showStartupLaunchMessage = false;
2025-01-09 02:09:02 -06:00
disabledGrimWarning = true;
2024-11-06 21:58:30 -06:00
};
};
};
}