xdg: drop xdph and use xdg-desktop-portal-wlr
This commit is contained in:
parent
50ba10c1d5
commit
4dbc05b889
|
@ -6,7 +6,6 @@
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
hyprland,
|
hyprland,
|
||||||
xdg-desktop-portal-hyprland,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -233,7 +232,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||||
portalPackage = xdg-desktop-portal-hyprland.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
portalPackage = pkgs.xdg-desktop-portal-wlr;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable XDG Desktop Portals.
|
# Enable XDG Desktop Portals.
|
||||||
|
@ -242,7 +241,7 @@ in
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
common = {
|
common = {
|
||||||
default = [ "hyprland" ];
|
default = [ "wlr" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue