From ef572c20bc4f592eb07a93bb4669ad337464a196 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 27 Jan 2021 14:06:16 +0100 Subject: [PATCH] =?UTF-8?q?GTK=20needs=20xdp-gtk=20for=20theming=20when=20?= =?UTF-8?q?xdp=20is=20enabled=20=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configurations/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/sway.nix b/configurations/sway.nix index 5aca2112..cd7ff01d 100644 --- a/configurations/sway.nix +++ b/configurations/sway.nix @@ -11,7 +11,7 @@ in xdg.portal = { enable = true; gtkUsePortal = true; - extraPortals = [ pkgs.xdg-desktop-portal-wlr ]; + extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ]; }; home-manager.users.charlotte = { pkgs, lib, ... }: { home.packages = [ color-picker screenshot ];