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"