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