From e8f68eb9f52b6fa730664f18cc372820c588f51c Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 26 May 2024 14:39:26 +0200 Subject: [PATCH] inherit xdph too --- modules/gui/hypr/land.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/gui/hypr/land.nix b/modules/gui/hypr/land.nix index fd5c671..29ffd12 100644 --- a/modules/gui/hypr/land.nix +++ b/modules/gui/hypr/land.nix @@ -22,7 +22,7 @@ inherit (inputs.anyrun.packages.${pkgs.system}) anyrun; hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system}; inherit (inputs.shadower.packages.${pkgs.system}) shadower; - inherit (inputs.hyprland.packages.${pkgs.system}) hyprland; + inherit (inputs.hyprland.packages.${pkgs.system}) hyprland xdg-desktop-portal-hyprland; inherit (inputs.hyprlock.packages.${pkgs.system}) hyprlock; inherit (inputs.waybar.packages.${pkgs.system}) waybar; in { @@ -99,7 +99,7 @@ in { enable = true; extraPortals = [ pkgs.xdg-desktop-portal-gtk - inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland + xdg-desktop-portal-hyprland ]; # TODO look into and make use of this config.common.default = "*"; @@ -108,7 +108,7 @@ in { programs.hyprland = { enable = true; package = hyprland; - portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; + portalPackage = xdg-desktop-portal-hyprland; }; home-manager.users.${username} = {