diff --git a/nixos/sni.nix b/nixos/sni.nix index 34d22f7d..abe13923 100644 --- a/nixos/sni.nix +++ b/nixos/sni.nix @@ -42,7 +42,14 @@ makeEnable config "myModules.sni" true { services.pasystray.enable = true; - services.flameshot.enable = true; + services.flameshot = { + enable = true; + settings = { + General = { + useGrimAdapter = true; + }; + }; + }; } ]; }