mirror of
https://github.com/danth/stylix
synced 2024-11-21 19:53:10 +00:00
gnome: fix GDM theme not applying when Gnome is disabled (#598)
This commit is contained in:
parent
fb9399b7e2
commit
04afcfc068
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue