diff --git a/home-manager/features/desktop/dwm/flameshot.nix b/home-manager/features/desktop/dwm/flameshot.nix index 7f6749f..1656df4 100644 --- a/home-manager/features/desktop/dwm/flameshot.nix +++ b/home-manager/features/desktop/dwm/flameshot.nix @@ -2,7 +2,9 @@ services.flameshot = { enable = true; settings = { - showStartupLaunchMessage = false; + General = { + showStartupLaunchMessage = false; + }; }; }; }