diff --git a/flake.nix b/flake.nix index 4ce2208..0fa15f0 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,6 @@ inputs.lix.follows = "lix"; }; - hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1"; hyprland-contrib.url = "github:hyprwm/contrib"; diff --git a/modules/desktop/window-managers/hyprland.nix b/modules/desktop/window-managers/hyprland.nix index 75f563a..166ae52 100644 --- a/modules/desktop/window-managers/hyprland.nix +++ b/modules/desktop/window-managers/hyprland.nix @@ -41,12 +41,21 @@ mkOizysModule config "hyprland" { 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 = [ inputs.hyprland-contrib.overlays.default - inputs.nixpkgs-wayland.overlay - + # inputs.nixpkgs-wayland.overlay # inputs.hyprland.overlays.default ]; }