fix: broken xdg-desktop-portals

This commit is contained in:
lily 2025-04-05 22:36:02 -04:00
parent 01ff69d499
commit a2fe2d8afd
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
2 changed files with 12 additions and 0 deletions

View file

@ -31,4 +31,11 @@
r2modman r2modman
]; ];
xdg.portal.enable = true;
xdg.portal.extraPortals = with pkgs; [
kdePackages.xdg-desktop-portal-kde
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
];
} }

View file

@ -16,5 +16,10 @@ in {
}; };
desktopManager.plasma6.enable = true; desktopManager.plasma6.enable = true;
}; };
xdg.portal.enable = true;
xdg.portal.extraPortals = [
pkgs.kdePackages.xdg-desktop-portal-kde
];
}; };
} }