Files
nixos-config/modules/home/jujutsu.nix
Christoph Schmatzler 8bd0682511 up
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2025-09-02 16:39:14 +00:00

12 lines
182 B
Nix

{
programs.jujutsu = {
enable = true;
settings = {
user = {
name = "Christoph Schmatzler";
email = "christoph@schmatzler.com";
};
};
};
}