diff --git a/modules/home/programs/tui/lazygit/default.nix b/modules/home/programs/tui/lazygit/default.nix index ea937a5..ffa9dff 100644 --- a/modules/home/programs/tui/lazygit/default.nix +++ b/modules/home/programs/tui/lazygit/default.nix @@ -23,6 +23,17 @@ in { }; os.editPreset = "nvim-remote"; + + customCommands = [ + { + key = "C"; + command = "cz c"; + description = "commit with commitizen"; + context = "files"; + loadingText = "opening commitizen tool"; + subprocess = true; + } + ]; }; };