add jujutsu

This commit is contained in:
xunuwu 2025-01-23 08:34:38 +01:00
parent 3477777fb0
commit 3a932e1184
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{config, ...}: {
programs.jujutsu = {
enable = true;
settings = {
user = {
email = config.programs.git.userEmail;
name = config.programs.git.userName;
};
};
};
}

View file

@ -23,6 +23,7 @@
terminal.programs.git
terminal.programs.github
terminal.programs.lazygit
terminal.programs.jujutsu
editors.emacs
editors.nvim