nixos/pkgs/nixvim/ui.nix

10 lines
141 B
Nix
Raw Normal View History

2025-07-13 06:04:55 +08:00
{...}: {
colorschemes.gruvbox-material = {
enable = true;
autoLoad = true;
};
plugins = {
bufferline.enable = true;
};
2025-07-13 06:04:55 +08:00
}