add xdg-desktop-porta-gnome

This commit is contained in:
Melvin Ragusa
2026-02-04 12:29:35 +01:00
parent 694f6c78b8
commit 000e1bfeb2

View File

@@ -15,8 +15,11 @@
# Required for screen sharing, file pickers, etc. # Required for screen sharing, file pickers, etc.
xdg.portal = { xdg.portal = {
enable = true; enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; extraPortals = [
config.common.default = "*"; pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-gnome
];
config.common.default = "gtk";
}; };
# ═══════════════════════════════════════════════════════════════ # ═══════════════════════════════════════════════════════════════