Files
nix-config/home-manager/features/desktop/dwm/flameshot.nix

11 lines
159 B
Nix

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