gnome: fix GDM theme not applying when Gnome is disabled (#598)

This commit is contained in:
Kasper 2024-10-26 10:24:33 -07:00 committed by GitHub
parent fb9399b7e2
commit 04afcfc068
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,8 @@ in {
config = lib.mkIf (
config.stylix.enable
&& config.stylix.targets.gnome.enable
&& config.services.xserver.desktopManager.gnome.enable
&& (config.services.xserver.desktopManager.gnome.enable ||
config.services.xserver.displayManager.gdm.enable)
) {
# As Stylix is controlling the wallpaper, there is no need for this
# pack of default wallpapers to be installed.