From 69c7949def5f497ba3293aa02658e7628fe56c4d Mon Sep 17 00:00:00 2001 From: Dany Marcoux Date: Mon, 15 Aug 2022 22:47:17 +0200 Subject: [PATCH] Fix Flameshot configuration This is needed following the update to NixOS 22.05, which includes a new version of Flameshot. https://github.com/flameshot-org/flameshot/issues/2393#issuecomment-1033085675 --- home-manager/flameshot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/flameshot.nix b/home-manager/flameshot.nix index c6e6a14..e7811b4 100644 --- a/home-manager/flameshot.nix +++ b/home-manager/flameshot.nix @@ -16,9 +16,9 @@ disabledTrayIcon = false; drawColor = "#ff0000"; drawThickness = 1; + saveAsFileExtension = "png"; savePath = "/home/dany/pictures"; savePathFixed = "false"; - setSaveAsFileExtension = "Portable Network Graphic file (PNG) (*.png)"; showStartupLaunchMessage = "false"; }; };