From 76fbb1cbb15a9f8e863eac0a5c8fdc1917750d9a Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Thu, 20 Apr 2023 20:25:11 -0700 Subject: [PATCH] fixed flameshot --- modules/flameshot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/flameshot.nix b/modules/flameshot.nix index ad54bd3..3f96055 100644 --- a/modules/flameshot.nix +++ b/modules/flameshot.nix @@ -8,7 +8,7 @@ General = { disabledTrayIcon = false; showStartupLaunchMessage = false; - savePath = "~/Pictures"; + savePath = "/home/nixolas/Pictures/"; saveAsFileExtension = ".png"; }; };