diff --git a/nixos/sni.nix b/nixos/sni.nix index 2a71e6fa..0b79b42c 100644 --- a/nixos/sni.nix +++ b/nixos/sni.nix @@ -65,14 +65,7 @@ makeEnable config "myModules.sni" true { services.pasystray.enable = true; - services.flameshot = { - enable = true; - settings = { - General = { - useGrimAdapter = true; - }; - }; - }; + services.flameshot.enable = true; }) ]; }