switch to stable swww

This commit is contained in:
Daylin Morgan 2024-07-01 10:43:42 -05:00
parent aad5cf3eb2
commit 2160a0d184
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 12 additions and 4 deletions

View file

@ -23,7 +23,6 @@
inputs.lix.follows = "lix"; inputs.lix.follows = "lix";
}; };
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1"; hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1";
hyprland-contrib.url = "github:hyprwm/contrib"; hyprland-contrib.url = "github:hyprwm/contrib";

View file

@ -41,12 +41,21 @@ mkOizysModule config "hyprland" {
swww swww
]) ])
++ [ inputs.hyprman.packages.${pkgs.system}.default ]; ++ [ inputs.hyprman.packages.${pkgs.system}.default ]
# swww-git isbroken
++ (with inputs.nixpkgs-wayland.packages.${pkgs.system}; [
mako
eww
wlr-randr
# swww
#
# dunst
]);
nixpkgs.overlays = [ nixpkgs.overlays = [
inputs.hyprland-contrib.overlays.default inputs.hyprland-contrib.overlays.default
inputs.nixpkgs-wayland.overlay # inputs.nixpkgs-wayland.overlay
# inputs.hyprland.overlays.default # inputs.hyprland.overlays.default
]; ];
} }