mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 19:45:40 +00:00
11 lines
196 B
Nix
11 lines
196 B
Nix
{
|
|
programs.nixvim = {
|
|
enable = true;
|
|
defaultEditor = true;
|
|
colorschemes.ayu.enable = true;
|
|
plugins = {
|
|
lualine.enable = true;
|
|
bufferline.enable = true;
|
|
};
|
|
};
|
|
}
|