Portal : Remove unwanted portals.

This commit is contained in:
Dmitry Voronin 2024-03-28 12:16:26 +03:00
parent 9da37745fe
commit 0007c0a07d

View file

@ -2,17 +2,13 @@
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
xdg-desktop-portal-kde
];
config = {
common = {
default = [
"gtk"
"wlr"
"gnome"
"kde"
];
};
};