Skip to content

Commit

Permalink
gnome: fix GDM theme not applying when Gnome is disabled (danth#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper24 authored and Mikilio committed Nov 4, 2024
1 parent 13b9c34 commit 06d6060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/gnome/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 06d6060

Please sign in to comment.