nix/services/flameshot.nix

13 lines
214 B
Nix
Raw Normal View History

2024-07-04 01:14:24 +02:00
{ ... }:
2024-06-13 15:38:40 +02:00
{
2024-07-04 01:14:24 +02:00
home-manager.users.krizej.services.flameshot = {
enable = true;
settings = {
General = {
disabledTrayIcon = true;
showStartupLaunchMessage = false;
};
2024-06-13 15:38:40 +02:00
};
};
}