remove xdp-gnome

This commit is contained in:
Adithya 2024-05-12 13:31:12 +05:30
parent a403f9ddbf
commit 492c1dd859
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -10,10 +10,9 @@ in
xdg.portal = { xdg.portal = {
enable = true; enable = true;
xdgOpenUsePortal = true; xdgOpenUsePortal = true;
extraPortals = with pkgs; [ extraPortals = [
xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gtk
xdg-desktop-portal-gnome (pkgs.xdg-desktop-portal-hyprland.override { hyprland = hyprland-pkg; })
(xdg-desktop-portal-hyprland.override { hyprland = hyprland-pkg; })
]; ];
config = { config = {
common = { common = {