nixvim/config/ui.nix

12 lines
174 B
Nix

{ helpers, ... }:
{
colorschemes.catppuccin = {
enable = true;
settings = {
flavour = "mocha";
};
};
plugins.bufferline = {
enable = true;
};
}