From b4424311be5a6bbdb206c3090560ddf7e834e851 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 4 Aug 2022 14:26:28 +0200 Subject: [PATCH] Remove redundant xdg-desktop-portal-gtk package --- modules/gui.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui.nix b/modules/gui.nix index af4e780..eb5862a 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -93,6 +93,5 @@ with pkgs; xdg.portal = { enable = true; wlr.enable = true; - extraPortals = [ xdg-desktop-portal-gtk ]; }; }