Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix
index 55be59e..f66c20e 100644
--- a/system/configuration.nix
+++ b/system/configuration.nix
@@ -85,9 +85,10 @@
       enable = true;
       extraPortals = with pkgs; [
         xdg-desktop-portal-wlr
-        xdg-desktop-portal-gtk
+#        xdg-desktop-portal-gtk
+#        xdg-desktop-portal-kde
       ];
-      gtkUsePortal = true;
+#      gtkUsePortal = true;
       wlr.enable = true;
       
     };