{ flake.modules.nixvim.custom = { plugins.fugitive.enable = true; keymaps = [ { key = "gc"; action = "Git commitK"; } { # Open the ":Git" window in its own buffer, not a split. key = "gs"; action = "0Git"; } ]; }; }