fix: build Flameshot with Wayland support
This commit is contained in:
parent
574b9d3a77
commit
fb29497c8f
@ -17,9 +17,13 @@
|
|||||||
inputs.ags.homeManagerModules.default
|
inputs.ags.homeManagerModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.flameshot = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.flameshot.override { enableWlrSupport = true; };
|
||||||
|
};
|
||||||
|
|
||||||
modules.hyprland = {
|
modules.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
additionalPackages = with pkgs; [ flameshot ];
|
|
||||||
plugins = with pkgs.hyprlandPlugins; [ hyprspace ];
|
plugins = with pkgs.hyprlandPlugins; [ hyprspace ];
|
||||||
additionalConfig.source = [
|
additionalConfig.source = [
|
||||||
"~/.config/hypr/config/animations.conf"
|
"~/.config/hypr/config/animations.conf"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user