add xdg-desktop-porta-gnome
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
# ═══════════════════════════════════════════════════════════════
|
# ═══════════════════════════════════════════════════════════════
|
||||||
|
|||||||
Reference in New Issue
Block a user