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