12 lines
153 B
Nix
12 lines
153 B
Nix
{
|
|
plugins.mini = {
|
|
enable = true;
|
|
mockDevIcons = true;
|
|
modules = {
|
|
icons = { };
|
|
comment = { };
|
|
diff = { };
|
|
};
|
|
};
|
|
}
|