mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
nixpkgs: use xdg-desktop-portal-hyprland from hyprland git
This commit is contained in:
parent
124f70e722
commit
5438cc2dc5
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue