12 lines
154 B
Nix
12 lines
154 B
Nix
{
|
|
programs.nixvim.plugins.neogit = {
|
|
enable = true;
|
|
settings = {
|
|
disable_signs = false;
|
|
integrations = {
|
|
diffview = true;
|
|
};
|
|
};
|
|
};
|
|
}
|