8 lines
108 B
Nix
8 lines
108 B
Nix
{
|
|
colorschemes = {
|
|
catppuccin = {
|
|
enable = true;
|
|
settings.flavor = "mocha";
|
|
};
|
|
};
|
|
}
|