12 lines
174 B
Nix
12 lines
174 B
Nix
{ helpers, ... }:
|
|
{
|
|
colorschemes.catppuccin = {
|
|
enable = true;
|
|
settings = {
|
|
flavour = "mocha";
|
|
};
|
|
};
|
|
plugins.bufferline = {
|
|
enable = true;
|
|
};
|
|
}
|