fix: build Flameshot with Wayland support
This commit is contained in:
parent
574b9d3a77
commit
fb29497c8f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user