nix-config/home/toast/programs/nixvim.nix
2025-08-02 22:51:40 +09:00

11 lines
196 B
Nix

{
programs.nixvim = {
enable = true;
defaultEditor = true;
colorschemes.ayu.enable = true;
plugins = {
lualine.enable = true;
bufferline.enable = true;
};
};
}