feat(vcs): jj config for Creug

This commit is contained in:
2026-04-12 17:35:13 +02:00
parent 4b7a64c8ac
commit ed1fdb2c97

View File

@@ -34,8 +34,16 @@ in {
creug.sshKey.file = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
dev.vcs = {
jj.enable = false;
git.enable = true;
jj = {
enable = true;
name = "Greg";
email = "gregory.foulachon@gmail.com";
cz = {
enable = true;
alias = true;
};
};
git.enable = false;
publicKey = cfg.sshKey;
};