properly configure portal

This commit is contained in:
Zoty 2026-07-06 18:23:42 -03:00
parent c371aeb483
commit 4c5e35118f
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
5 changed files with 90 additions and 34 deletions

View file

@ -20,7 +20,10 @@
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gnome ];
extraPortals = [
pkgs.xdg-desktop-portal-gnome
pkgs.kdePackages.xdg-desktop-portal-kde
];
config.common.default = [ "gnome" ];
};