9 lines
131 B
Nix
9 lines
131 B
Nix
{
|
|
programs.nixvim = {
|
|
plugins = {
|
|
mini-align = { enable = true; };
|
|
mini-clue = { enable = true; };
|
|
};
|
|
};
|
|
}
|