mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
Enable GTK theme on Wayland
This commit is contained in:
parent
5f953fa783
commit
de589f60cd
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@ let
|
|||
name = "Materia-compact";
|
||||
};
|
||||
|
||||
# GTK will probably be unused without Xserver
|
||||
in lib.mkIf config.services.xserver.enable {
|
||||
# GTK will probably be unused without Xorg / Wayland
|
||||
in lib.mkIf (config.services.xserver.enable || config.programs.sway.enable) {
|
||||
# Required for Home Manager's GTK settings to work
|
||||
services.dbus.packages = [ pkgs.gnome3.dconf ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue