feat(vcs): install jujutsu to user profile
This commit is contained in:
parent
37ad42b161
commit
961d6a7293
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue