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

main
xenia 2024-03-19 13:11:10 +01:00
parent bf8d138fca
commit 80db2112a0
1 changed files with 1 additions and 1 deletions

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";
};
};
}