{ programs.nixvim = { plugins.lazygit = { enable = true; }; extraConfigLua = ''require("telescope").load_extension("lazygit")''; keymaps = [ { mode = "n"; key = "g"; action = "LazyGit"; options = { desc = "LazyGit"; silent = true; }; } ]; }; }