aboutsummaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-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";