diff --git a/home-manager/modules/git.nix b/home-manager/modules/git.nix index ad5d13f..7605cbb 100644 --- a/home-manager/modules/git.nix +++ b/home-manager/modules/git.nix @@ -44,8 +44,7 @@ with lib; cm = "commit --message"; oups = "commit --amend"; - # Plain binary ensures it is globally installed - ui = "!lazygit"; + ui = "!${getExe pkgs.lazygit}"; rv = "remote --verbose";