jj: init

edit readme v2
This commit is contained in:
Rouven Seifert 2024-06-27 16:06:29 +02:00
parent 01894a9c19
commit 832afb4fc4

View file

@ -38,4 +38,13 @@
git_protocol = "ssh";
};
};
programs.jujutsu = {
enable = true;
settings = {
user = {
name = "Rouven Seifert";
email = "rouven@rfive.de";
};
};
};
}