dotnix/apps/gui/flameshot.nix

12 lines
184 B
Nix

{
services.flameshot = {
enable = true;
settings = {
General = {
showStartupLaunchMessage = false;
saveAsFileExtension = ".png";
};
};
};
}