From 2b0e4b5cd16ee25b4a5c70b98304a6733675c2e8 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 18:00:17 -0500 Subject: [PATCH] Remove GTK portal --- desktop/hyprland.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index 3c4d5c7..e25820a 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -18,12 +18,10 @@ # XDG portal xdg.portal.enable = true; xdg.portal.extraPortals = with pkgs; [ - xdg-desktop-portal-gtk xdg-desktop-portal-hyprland ]; xdg.portal.config.hyprland.default = [ "hyprland" - "gtk" ]; # Supplementary packages