This commit is contained in:
Melvin Ragusa
2026-02-04 21:58:09 +01:00
parent 8e5f65c2b2
commit 83aed9b34a
2 changed files with 9 additions and 8 deletions

View File

@@ -17,10 +17,11 @@
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gnome
pkgs.xdg-desktop-portal-gtk
];
config.common = {
default = [ "gnome" ];
"org.freedesktop.impl.portal.FileChooser" = [ "gnome" ];
default = [ "gtk" ];
"org.freedesktop.impl.portal.FileChooser" = [ "gtk" ];
};
};