GTK needs xdp-gtk for theming when xdp is enabled 🙄
This commit is contained in:
parent
ceed7fae39
commit
ef572c20bc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gtkUsePortal = 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-manager.users.charlotte = { pkgs, lib, ... }: {
|
||||||
home.packages = [ color-picker screenshot ];
|
home.packages = [ color-picker screenshot ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue