From 3c8f033fd585835387a754160f47dab0c37ad5ae Mon Sep 17 00:00:00 2001 From: Evan Richter Date: Tue, 21 May 2024 15:39:03 -0600 Subject: [PATCH] gnome: don't enable by default on darwin (#376) --- modules/gnome/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gnome/hm.nix b/modules/gnome/hm.nix index e66d674..ff8f633 100644 --- a/modules/gnome/hm.nix +++ b/modules/gnome/hm.nix @@ -4,7 +4,7 @@ with lib; { options.stylix.targets.gnome.enable = - config.lib.stylix.mkEnableTarget "GNOME" true; + config.lib.stylix.mkEnableTarget "GNOME" pkgs.stdenv.hostPlatform.isLinux; config = mkIf config.stylix.targets.gnome.enable { dconf.settings = {