Setup xdg portal config

This commit is contained in:
Ethan Lane 2024-07-07 18:45:33 +01:00
parent 25f6350aba
commit 405e034fb8

View file

@ -97,7 +97,11 @@
virtualisation.docker.enable = true;
xdg.portal.enable = true;
xdg.portal = {
enable = true;
config.common.default = "*";
extraPortals = [pkgs.xdg-desktop-portal-gtk];
};
system.stateVersion = "24.05";
}