Enable portals
This commit is contained in:
parent
edf6aa48b2
commit
8a9a9695d5
|
@ -15,6 +15,11 @@ in
|
||||||
|
|
||||||
xdg.portal = mkIf usersHasSway {
|
xdg.portal = mkIf usersHasSway {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
xdgOpenUsePortal = true;
|
||||||
wlr.enable = true;
|
wlr.enable = true;
|
||||||
|
extraPortals = with pkgs; [
|
||||||
|
xdg-desktop-portal-gnome
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue