danth / stylix

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

trying to use catppuccin themes gives an error, "File not found" #115

Closed TotalChaos05 closed 1 year ago

danth commented 1 year ago

Could you give some more information on how you're trying to load the theme?

RANKSHANK commented 1 year ago

Could you give some more information on how you're trying to load the theme?

I'd assume it'd be the base16-schemes breaking changes https://github.com/tinted-theming/base16-schemes/commit/6af7c41a1c87f0761b27beceaf9554bb73a00868 being propagated

Means you'd need either base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml"; if you're pinned to the newer release or base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin.yaml"; if you're pinned to the previous release

Edit: After a bit more digging, fairly certain this is from the unstable branch updating the base16 package 3 days ago https://github.com/NixOS/nixpkgs/commit/220417787f057a3f8daf7bb8530395a0b1079f32, with the previous version being committed back in February before the breaking changes

TotalChaos05 commented 1 year ago

does it pull directly from nixpkgs? i thought it pulled from SenchoPens/base16.nix

TotalChaos05 commented 1 year ago

@RANKSHANK was correct, i guess i just forgot to update my flake after i pushed the changes to nixpkgs