dotfiles/home/modules/flameshot.nix

12 lines
180 B
Nix
Raw Normal View History

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