Files
nix-config/home/theme.nix
T

9 lines
77 B
Nix

{ ... }:
{
catppuccin = {
enable = true;
flavor = "mocha";
};
}