Portal : Remove unwanted portals.
This commit is contained in:
parent
9da37745fe
commit
0007c0a07d
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue