Re-enable wlr portal, although keep GTK and KDE portals as (https://github.com/emersion/xdg-desktop-portal-wlr/issues/135#issuecomment-832921242) they are able to be used alongside each other
diff --git a/src/system.nix b/src/system.nix
index ca470a1..42adf53 100644
--- a/src/system.nix
+++ b/src/system.nix
@@ -83,13 +83,11 @@
     portal = {
       enable = true;
       extraPortals = with pkgs; [
-#        xdg-desktop-portal-wlr
         xdg-desktop-portal-gtk
-#        xdg-desktop-portal-kde
+        xdg-desktop-portal-kde
       ];
       gtkUsePortal = true;
-#      wlr.enable = true;
-      
+      wlr.enable = true;     
     };
   };