XDG Portals

This commit is contained in:
xmm16 2024-12-12 12:06:52 -03:00
commit f617a169c8
No known key found for this signature in database

View file

@ -166,8 +166,22 @@
programs.dconf.enable = true;
xdg.portal.enable = true;
xdg.portal.xdgOpenUsePortal = true;
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
extraPortals = with pkgs; [
xdg-desktop-portal
xdg-desktop-portal-gtk
xdg-desktop-portal-gnome
];
config = {
common = {
default = [
"gtk"
];
};
};
};
services.dbus = {
implementation = "broker";