mirror of
https://github.com/danth/stylix
synced 2024-11-22 12:13:08 +00:00
gnome: don't enable by default on darwin (#376)
This commit is contained in:
parent
f1c49b9b4d
commit
3c8f033fd5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ with lib;
|
||||||
|
|
||||||
{
|
{
|
||||||
options.stylix.targets.gnome.enable =
|
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 {
|
config = mkIf config.stylix.targets.gnome.enable {
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
|
|
Loading…
Reference in a new issue