pantheon/systems/modules/themes/catppuccin.nix
2025-03-12 03:49:11 +08:00

3 lines
102 B
Nix

{pkgs, ...}: {
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
}