From 5438cc2dc5c0793a3f25be3ad0230460ef623af7 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 11 Jun 2024 15:35:34 -0400 Subject: [PATCH] nixpkgs: use xdg-desktop-portal-hyprland from hyprland git --- nixosModules/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/default.nix b/nixosModules/default.nix index 399c6df7..ca5d7947 100644 --- a/nixosModules/default.nix +++ b/nixosModules/default.nix @@ -43,7 +43,7 @@ in { hyprland = inputs.hyprland.packages.${pkgs.system}.hyprland; hyprnome = unstable.hyprnome; hyprshot = unstable.hyprshot; - xdg-desktop-portal-hyprland = unstable.xdg-desktop-portal-hyprland; + xdg-desktop-portal-hyprland = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; obsidian = unstable.obsidian.overrideAttrs (old: { installPhase = builtins.replaceStrings ["--ozone-platform=wayland"]