dotfiles/home-manager/modules/flameshot.nix
2024-11-06 21:58:30 -06:00

11 lines
180 B
Nix

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