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;