Disable wlr portal
diff --git a/src/system.nix b/src/system.nix
index 0e553ec..ffe8738 100644
--- a/src/system.nix
+++ b/src/system.nix
@@ -104,9 +104,6 @@
   xdg = {
     portal = {
       enable = true;
-      extraPortals = with pkgs; [
-        xdg-desktop-portal-kde
-      ];
       wlr.enable = true;
     };
   };