NAHO
NAHO
I noticed that my previously proposed module pattern could be simplified by prefixing the `stylix.enable` option in `mkEnableTarget`: ```nix let mkEnableTarget = name: condition: lib.mkEnableOption "styling gggfor ${name}" // {...
Is the following commit message good: ```md stylix: add 'stylix.enable' option Add a 'stylix.enable' option to enable or disable all Stylix modules in order to resolve issues similar to [2]....
> As may be relevant, I have a nix expression [there](https://github.com/dwarfmaster/home-nix/blob/8b5b30f4976f1f8bb1a0575a93431f0e5e405044/profiles/nixos/interface/theme/default.nix#L14) that generates the lambda wheel of base16.nix with the colors of a specific theme. This might be more relevant...
> Locally, the failed CI tests are working for me. All tests are failing for this reason: ``` Run nix -L build github:danth/stylix/5d6eadb3edcd8bcb64090fa27a1527eeeb87d738#packages.x86_64-darwin.docs error: … while calling the 'derivationStrict' builtin...
> Looking at this I think we need to backport the following two commits: > > [c630a7d](https://github.com/danth/stylix/commit/c630a7d3ee4530e6a0e20ddf45ad813fc8b6da1b) [83866ed](https://github.com/danth/stylix/commit/83866ed8800ed39519a79ea30b18c8eb21f26080) Looks about right. Could you maybe do the backporting?
Closed by https://github.com/danth/stylix/pull/361.
Potentially related: https://github.com/leftwm/leftwm/pull/795
> Some apps don't respect `fontconfig`, which is why Stylix has its own options which build on top of `fontconfig` but also configure those unsupported apps explicitly. In that case,...
> Perhaps we should simply do nothing for an empty list. This would coincide with supporting `null` values for other options, which has been suggested in the past as an...
> ```nix > stylix.fonts = { > # monospace = { > # package = pkgs.nerdfonts.override { fonts = [ “Meslo” ]; }; > # name = “MesloLGS Nerd Font”;...