From fb29497c8fa1b7241596aeff796c95bc748337ec Mon Sep 17 00:00:00 2001 From: Franek Date: Sat, 17 May 2025 16:21:03 +0200 Subject: [PATCH] fix: build Flameshot with Wayland support --- profiles/hulk/modules.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/hulk/modules.nix b/profiles/hulk/modules.nix index fafa62d..2ef2c27 100644 --- a/profiles/hulk/modules.nix +++ b/profiles/hulk/modules.nix @@ -17,9 +17,13 @@ inputs.ags.homeManagerModules.default ]; + services.flameshot = { + enable = true; + package = pkgs.flameshot.override { enableWlrSupport = true; }; + }; + modules.hyprland = { enable = true; - additionalPackages = with pkgs; [ flameshot ]; plugins = with pkgs.hyprlandPlugins; [ hyprspace ]; additionalConfig.source = [ "~/.config/hypr/config/animations.conf"