dotfiles/home/modules/flameshot.nix
2024-11-20 18:57:43 -06:00

11 lines
180 B
Nix
Executable file

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