12 lines
182 B
Nix
12 lines
182 B
Nix
{
|
|
programs.jujutsu = {
|
|
enable = true;
|
|
settings = {
|
|
user = {
|
|
name = "Christoph Schmatzler";
|
|
email = "christoph@schmatzler.com";
|
|
};
|
|
};
|
|
};
|
|
}
|