From 43809559494bec520d2892afc4f385616dc540d3 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Wed, 1 Nov 2023 13:33:42 +0000 Subject: [PATCH] Disable xfconf by default :ambulance: Temporary fix for #180 until we find a better solution. --- modules/xfce/hm.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/xfce/hm.nix b/modules/xfce/hm.nix index 08c65feb..37dbdbc4 100644 --- a/modules/xfce/hm.nix +++ b/modules/xfce/hm.nix @@ -1,8 +1,9 @@ { pkgs, config, lib, ... }@args: { + # Disabled by default due to https://github.com/danth/stylix/issues/180 options.stylix.targets.xfce.enable = - config.lib.stylix.mkEnableTarget "Xfce" pkgs.stdenv.hostPlatform.isLinux; + config.lib.stylix.mkEnableTarget "Xfce" false; config = lib.mkIf config.stylix.targets.xfce.enable { xfconf.settings = with config.stylix.fonts; {