Files
nix-config/home-manager/features/desktop/dwm/flameshot.nix
2024-04-20 21:19:11 +02:00

9 lines
130 B
Nix

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