danth / stylix

System-wide colorscheming and typography for NixOS
https://stylix.danth.me/
MIT License
904 stars 105 forks source link

value is a string with context while a set was expected #374

Closed smahidev closed 1 month ago

smahidev commented 1 month ago

stylix.base16Scheme won't accept path of yaml as string bellow the example :

stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";

Cody-W-Tucker commented 1 month ago

Can you share more of your config or more of the issue? I set my the same way and have no issues.

stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow-night.yaml";

smahidev commented 1 month ago

sorry i switch to nix-colors.