14 lines
227 B
Nix
14 lines
227 B
Nix
{
|
|
colorschemes = {
|
|
catppuccin = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
flavour = "mocha";
|
|
|
|
# Needed to keep terminal transparency, if any
|
|
transparent_background = false;
|
|
};
|
|
};
|
|
};
|
|
}
|