mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins/neogit: use gitPackage
This commit is contained in:
parent
98dc0aabe2
commit
d4bcebc7ca
2 changed files with 18 additions and 4 deletions
|
@ -290,4 +290,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.neogit = {
|
||||
enable = true;
|
||||
gitPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue