18 lines
282 B
Nix
18 lines
282 B
Nix
{...}: {
|
|
programs.nixvim = {
|
|
plugins.mini = {
|
|
enable = true;
|
|
mockDevIcons = true;
|
|
|
|
modules = {
|
|
ai = {};
|
|
align = {};
|
|
basics = {};
|
|
bracketed = {};
|
|
git = {};
|
|
icons = {};
|
|
pairs = {};
|
|
};
|
|
};
|
|
};
|
|
}
|