Use "kak" instead of nix store path for kak in git editor

This commit is contained in:
xenia 2024-03-19 13:11:10 +01:00
parent bf8d138fca
commit 80db2112a0

View File

@ -169,7 +169,7 @@ in rec {
init.defaultBranch = "main";
pull.ff = "only";
pull.rebase = true;
core.editor = "${kak.package}/bin/kak";
core.editor = "kak";
};
};
}