From 492c1dd8591aaaf29e5daf678a154ac09790bd16 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 12 May 2024 13:31:12 +0530 Subject: [PATCH] remove xdp-gnome --- home/wm/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/home/wm/default.nix b/home/wm/default.nix index 3200168..428929b 100644 --- a/home/wm/default.nix +++ b/home/wm/default.nix @@ -10,10 +10,9 @@ in xdg.portal = { enable = true; xdgOpenUsePortal = true; - extraPortals = with pkgs; [ - xdg-desktop-portal-gtk - xdg-desktop-portal-gnome - (xdg-desktop-portal-hyprland.override { hyprland = hyprland-pkg; }) + extraPortals = [ + pkgs.xdg-desktop-portal-gtk + (pkgs.xdg-desktop-portal-hyprland.override { hyprland = hyprland-pkg; }) ]; config = { common = {