From 2160a0d18430005d0eaa575b6eba600eb1961c82 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 1 Jul 2024 10:43:42 -0500 Subject: [PATCH] switch to stable swww --- flake.nix | 1 - modules/desktop/window-managers/hyprland.nix | 15 ++++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) 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 ]; }