9 lines
141 B
Nix
9 lines
141 B
Nix
{...}: {
|
|
colorschemes.gruvbox-material = {
|
|
enable = true;
|
|
autoLoad = true;
|
|
};
|
|
plugins = {
|
|
bufferline.enable = true;
|
|
};
|
|
}
|