nix/services/flameshot.nix
2024-07-04 01:14:24 +02:00

12 lines
214 B
Nix

{ ... }:
{
home-manager.users.krizej.services.flameshot = {
enable = true;
settings = {
General = {
disabledTrayIcon = true;
showStartupLaunchMessage = false;
};
};
};
}