nixos/pkgs/nixvim/ui.nix

9 lines
141 B
Nix

{...}: {
colorschemes.gruvbox-material = {
enable = true;
autoLoad = true;
};
plugins = {
bufferline.enable = true;
};
}