gtk file chooser

This commit is contained in:
randogoth 2026-02-09 21:40:30 +02:00
parent 9de49aef25
commit 8df97b9dee

View file

@ -16,8 +16,9 @@ in
enable = true;
config = {
common = {
# Ensure GNOME backend handles file dialogs for Electron apps.
# Use GTK portal for file chooser to avoid hard dependency on Nautilus.
default = "gnome";
"org.freedesktop.impl.portal.FileChooser" = "gtk";
};
};
extraPortals = [