Disable xfconf by default 🚑
Temporary fix for #180 until we find a better solution.
This commit is contained in:
parent
7a7987c782
commit
4380955949
1 changed files with 2 additions and 1 deletions
|
|
@ -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; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue