feat: flameshot

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2024-04-08 16:19:33 -05:00
parent 2c3e1d9066
commit fef5415af4
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
2 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,7 @@
imports = [
../nogui
./firefox.nix
./flameshot.nix
./ghostty.nix
./gtk.nix
./spotify.nix

View File

@ -0,0 +1,11 @@
{
services.flameshot = {
enable = true;
settings = {
General = {
showStartupLaunchMessage = false;
saveAsFileExtension = ".png";
};
};
};
}