mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 17:52:36 +08:00
10 lines
130 B
Nix
10 lines
130 B
Nix
{
|
|
plugins.lazygit.enable = true;
|
|
keymaps = [
|
|
{
|
|
action = "<cmd>LazyGit<CR>";
|
|
key = "<leader>gg";
|
|
}
|
|
];
|
|
|
|
}
|