Add xdg-desktop-portal-gtk as additional portal

This commit is contained in:
Evie Litherland-Smith 2024-10-27 06:57:11 +00:00
parent 35b1130442
commit 034a666ea4

View file

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