Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-09-02 16:39:14 +00:00
parent c5f2af61a6
commit 8bd0682511
3 changed files with 34 additions and 7 deletions

View File

@@ -1,5 +1,11 @@
{
programs.jujutsu = {
enable = true;
settings = {
user = {
name = "Christoph Schmatzler";
email = "christoph@schmatzler.com";
};
};
};
}