diff --git a/nixos/home.nix b/nixos/home.nix index 454a8ca..92224e7 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -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;