11 lines
174 B
Nix
11 lines
174 B
Nix
{...}: {
|
|
programs.jujutsu = {
|
|
enable = true;
|
|
settings = {
|
|
user = {
|
|
name = "Christopher Mühl";
|
|
email = "toki@toph.so";
|
|
};
|
|
};
|
|
};
|
|
}
|