From d451c609cda124006749fb746215a52824b6fc9a Mon Sep 17 00:00:00 2001 From: Mark Dickie Date: Mon, 26 Jan 2026 23:38:10 +0100 Subject: [PATCH] Pin hyprland in home manager to correct version --- modules/home-manager/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index d191afd..5ab6593 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -8,7 +8,7 @@ inputs: imports = [ ./hyprland/configuration.nix ]; wayland.windowManager.hyprland = { enable = true; - package = pkgs.hyprland; + package = inputs.hyprland.packages.${pkgs.system}.hyprland; }; services.hyprpolkitagent.enable = true; } -- 2.51.2