dotfiles/home/by-host/endurance/config/jujutsu.nix
2026-02-06 00:37:19 +01:00

11 lines
174 B
Nix

{...}: {
programs.jujutsu = {
enable = true;
settings = {
user = {
name = "Christopher Mühl";
email = "toki@toph.so";
};
};
};
}