diff --git a/pkgs/nixvim/ui.nix b/pkgs/nixvim/ui.nix index ea8f50d..d933f88 100644 --- a/pkgs/nixvim/ui.nix +++ b/pkgs/nixvim/ui.nix @@ -1,2 +1,9 @@ {...}: { + colorschemes.gruvbox-material = { + enable = true; + autoLoad = true; + }; + plugins = { + bufferline.enable = true; + }; }