mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
12 lines
187 B
Nix
12 lines
187 B
Nix
{
|
|
programs.nixvim = {
|
|
enable = true;
|
|
defaultEditor = true;
|
|
colorschemes.ayu.enable = true;
|
|
};
|
|
|
|
imports = [
|
|
./plugins/bufferline.nix
|
|
./plugins/lualine.nix
|
|
];
|
|
}
|