nixpkgs: use xdg-desktop-portal-hyprland from hyprland git

This commit is contained in:
Aly Raffauf 2024-06-11 15:35:34 -04:00
parent 124f70e722
commit 5438cc2dc5

View file

@ -43,7 +43,7 @@ in {
hyprland = inputs.hyprland.packages.${pkgs.system}.hyprland; hyprland = inputs.hyprland.packages.${pkgs.system}.hyprland;
hyprnome = unstable.hyprnome; hyprnome = unstable.hyprnome;
hyprshot = unstable.hyprshot; 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: { obsidian = unstable.obsidian.overrideAttrs (old: {
installPhase = installPhase =
builtins.replaceStrings ["--ozone-platform=wayland"] builtins.replaceStrings ["--ozone-platform=wayland"]