From bd4fdb0a64848e173e76b694ad833f1d00fc75d9 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 5 Feb 2024 09:18:09 -0600 Subject: [PATCH] use more overlays --- modules/desktop/window-managers/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/desktop/window-managers/hyprland.nix b/modules/desktop/window-managers/hyprland.nix index ccc49de..96fe14c 100644 --- a/modules/desktop/window-managers/hyprland.nix +++ b/modules/desktop/window-managers/hyprland.nix @@ -27,7 +27,7 @@ in { dunst # screenshots - inputs.hyprland-contrib.packages.${pkgs.system}.grimblast + grimblast eww-wayland rofi-wayland @@ -37,6 +37,7 @@ in { pavucontrol ]; nixpkgs.overlays = [ + inputs.hyprland-contrib.overlays.default inputs.nixpkgs-wayland.overlay inputs.hyprland.overlays.default ];