gnome: don't enable by default on darwin (#376)

This commit is contained in:
Evan Richter 2024-05-21 15:39:03 -06:00 committed by GitHub
parent f1c49b9b4d
commit 3c8f033fd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = {