GTK needs xdp-gtk for theming when xdp is enabled 🙄

This commit is contained in:
Charlotte Van Petegem 2021-01-27 14:06:16 +01:00
parent ceed7fae39
commit ef572c20bc
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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 ];