From 9008190a902716d5495b43759fd3226d0a465a2c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 30 Apr 2026 10:32:57 -0700 Subject: [PATCH] Remove stale Flameshot grim adapter setting --- nixos/sni.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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; }) ]; }