aboutsummaryrefslogtreecommitdiff
path: root/roles/home/desktop
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-01-19 15:41:46 -0800
committerCaroline Larimore <caroline@larimo.re>2025-01-19 15:41:46 -0800
commit9e5f560223669336402359da1f3413e4496b1956 (patch)
tree9593e40e5900705b90cebbd2df7829d3733f77d6 /roles/home/desktop
parentb3947fa1eeadcdd1a2f19578a9e6705df27e59a1 (diff)
wayland: enable wlr support in flameshot
Diffstat (limited to 'roles/home/desktop')
-rw-r--r--roles/home/desktop/flameshot.nix6
1 files changed, 5 insertions, 1 deletions
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";