Remove extra portals, as I believe they're hindering anytype
diff --git a/src/system.nix b/src/system.nix
index 950f89c..b3979ff 100644
--- a/src/system.nix
+++ b/src/system.nix
@@ -88,11 +88,11 @@
   xdg = {
     portal = {
       enable = true;
-      extraPortals = with pkgs; [
-        xdg-desktop-portal-gtk
-        xdg-desktop-portal-kde
-      ];
-      gtkUsePortal = true;
+    #  extraPortals = with pkgs; [
+    #    xdg-desktop-portal-gtk
+    #    xdg-desktop-portal-kde
+    #  ];
+    #  gtkUsePortal = true;
       wlr.enable = true;     
     };
   };