15 lines
175 B
Nix

{
pkgs,
lib,
...
}: {
programs.nvf.settings.vim = {
terminal = {
toggleterm = {
enable = true;
lazygit.enable = true;
};
};
};
}