From ea51aa2617a0f555a3e20c79bc49deb95216fc6b Mon Sep 17 00:00:00 2001 From: notohh <github@notohh.dev> Date: Mon, 10 Mar 2025 05:57:31 -0400 Subject: [PATCH] tsuki: set the correct hyprland package --- hosts/tsuki/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/tsuki/default.nix b/hosts/tsuki/default.nix index 664f325..9042ccc 100755 --- a/hosts/tsuki/default.nix +++ b/hosts/tsuki/default.nix @@ -64,6 +64,7 @@ hyprland = { enable = true; withUWSM = false; + package = inputs.hyprland.packages.${pkgs.system}.hyprland; portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; }; corectrl.enable = true;