feat: add lazygit

This commit is contained in:
Moritz Böhme 2024-10-24 11:47:19 +02:00
parent 5f9aa7aa22
commit 32cc39c400
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,14 @@
_:
{
home-manager.users.moritz.programs.nixvim = {
keymaps = [
{ key = "<leader>g"; action = "<cmd>LazyGit<cr>"; options.desc = "Lazygit"; }
];
plugins.lazygit = {
enable = true;
settings = { };
};
};
}