mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-14 21:03:10 +01:00
jj: init
This commit is contained in:
parent
01894a9c19
commit
a8a1fd27c2
|
@ -38,4 +38,13 @@
|
|||
git_protocol = "ssh";
|
||||
};
|
||||
};
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "Rouven Seifert";
|
||||
email = "rouven@rfive.de";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue