xdg portals

This commit is contained in:
William 2025-10-22 11:58:03 -03:00
parent ccd4d5314c
commit 39d1602864
2 changed files with 8 additions and 18 deletions

View file

@ -141,4 +141,12 @@
roboto
];
};
xdg.portal = {
extraPortals = with pkgs; [
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
];
config.common.default = "*";
};
}