feat(vcs): install jujutsu to user profile

This commit is contained in:
Khaïs COLIN 2024-08-15 16:57:57 +02:00
parent 37ad42b161
commit 961d6a7293

View file

@ -64,6 +64,17 @@ in {
extraConfig.commit.verbose = true;
};
programs.jujutsu = {
enable = true;
settings = {
user = {
email = "khais.colin@gmail.com";
name = "Khaïs COLIN";
};
ui.editor = "nvim";
};
};
programs.zsh = {
enable = true;
enableVteIntegration = true;