Enable portals

This commit is contained in:
Victor Mignot 2024-04-07 17:14:02 +02:00
parent edf6aa48b2
commit 8a9a9695d5
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -15,6 +15,11 @@ in
xdg.portal = mkIf usersHasSway {
enable = true;
xdgOpenUsePortal = true;
wlr.enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gnome
xdg-desktop-portal-kde
];
};
}