mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
7 lines
97 B
Nix
7 lines
97 B
Nix
{
|
|
programs.nixvim.plugins.gitsigns = {
|
|
enable = true;
|
|
currentLineBlame = false;
|
|
};
|
|
}
|