diff --git a/machines/fischer/default.nix b/machines/fischer/default.nix index 98a2cce..bb7fcd3 100644 --- a/machines/fischer/default.nix +++ b/machines/fischer/default.nix @@ -159,8 +159,8 @@ programs.xwayland.enable = true; programs.hyprland = { enable = true; - package = pkgs.unstable.hyprland; - portalPackage = pkgs.unstable.xdg-desktop-portal-hyprland; + package = pkgs.hyprland; + portalPackage = pkgs.xdg-desktop-portal-hyprland; }; xdg.portal = { enable = true;