Enable portals
This commit is contained in:
parent
edf6aa48b2
commit
8a9a9695d5
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue