From 6803902f8adf227240f80505a0f1bf4c8b57b966 Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 6 May 2024 10:56:38 -0400 Subject: [PATCH] 539 current 2024-05-06 10:56:25 24.05.20240505.25865a4 6.8.6-zen1 * --- modules/rice/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rice/hyprland/default.nix b/modules/rice/hyprland/default.nix index b8fdbe8..8ed36e9 100644 --- a/modules/rice/hyprland/default.nix +++ b/modules/rice/hyprland/default.nix @@ -14,7 +14,7 @@ in { imports = [./config.nix ./binds.nix ./rules.nix]; wayland.windowManager.hyprland = { enable = true; - package = inputs.hyprland.packages.${pkgs.system}.default; + package = pkgs.hyprland; systemd = { variables = ["--all"];