Skip to content

Commit

Permalink
Fix Flameshot configuration
Browse files Browse the repository at this point in the history
This is needed following the update to NixOS 22.05, which includes a new
version of Flameshot.

flameshot-org/flameshot#2393 (comment)
  • Loading branch information
Dany Marcoux committed Aug 15, 2022
1 parent deda11e commit 69c7949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/flameshot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
Expand Down

0 comments on commit 69c7949

Please sign in to comment.