fix flameshot

This commit is contained in:
notgne2 2025-09-14 22:31:34 -07:00
parent dc8accfe8f
commit 8e84915f8d
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -597,14 +597,13 @@ in {
services.flameshot = {
enable = true;
package = pkgs.flameshot.override { enableWlrSupport = true; };
settings.General = {
filenamePattern = "%F_%T";
savePath = "Media/Screenshots";
savePath = "${config.home.homeDirectory}/Media/Screenshots";
saveAfterCopy = true;
useGrimAdapter = true;
#uiColor = "#${lib.stylix.colors.base04}";
#contrastUiColor = "#${lib.stylix.colors.base05}";
disabledGrimWarning = true;
};
};