Disable xfconf by default 🚑

Temporary fix for #180 until we find a better solution.
This commit is contained in:
Daniel Thwaites 2023-11-01 13:33:42 +00:00 committed by GitHub
parent 7a7987c782
commit 4380955949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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