pantheon/systems/modules/themes/catppuccin-mocha.nix
2025-03-22 01:11:21 +08:00

3 lines
102 B
Nix

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