Files
nix-config/home/dwm/flameshot.nix
2024-12-27 19:59:52 +01:00

11 lines
159 B
Nix

{pkgs, ...}: {
services.flameshot = {
enable = true;
settings = {
General = {
showStartupLaunchMessage = false;
};
};
};
}