From 9e5f560223669336402359da1f3413e4496b1956 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 19 Jan 2025 15:41:46 -0800 Subject: wayland: enable wlr support in flameshot --- roles/home/desktop/flameshot.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/home/desktop/flameshot.nix b/roles/home/desktop/flameshot.nix index d079fc9..d86ee37 100644 --- a/roles/home/desktop/flameshot.nix +++ b/roles/home/desktop/flameshot.nix @@ -1,7 +1,11 @@ -{ config, ... }: +{ config, pkgs, ... }: { services.flameshot = { + package = pkgs.flameshot.override { + enableWlrSupport = true; + }; + settings = let c = config.theme.colors; in { General = { savePath = "Pictures/Screenshots"; -- cgit v1.2.3