fix: build Flameshot with Wayland support

This commit is contained in:
Franek 2025-05-17 16:21:03 +02:00
parent 574b9d3a77
commit fb29497c8f

View File

@ -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"