Add xdg-desktop-portal-gtk back for sway

This commit is contained in:
Evie Litherland-Smith 2024-09-12 07:40:06 +01:00
parent 1829bd267c
commit 3fa4a2d051

View file

@ -72,4 +72,9 @@
};
};
};
xdg.portal = {
enable = true;
config.common.default = "*"; # TODO change for xdg-desktop-portal > 1.17 changes
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
}