use more overlays

This commit is contained in:
Daylin Morgan 2024-02-05 09:18:09 -06:00
parent 4dd48af67a
commit bd4fdb0a64
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 2 additions and 1 deletions

View File

@ -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
];