diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index 8c9f8aa..4c18f08 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -85,7 +85,7 @@ in programs.hyprland = { enable = true; package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; - portalPackage = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; + portalPackage = null; }; hardware.bluetooth.enable = true;