Jujutsu config and helix

This commit is contained in:
Julien Hémono 2025-08-24 13:43:59 +02:00
parent f8da94f524
commit 5a1f4b6a13

View file

@ -15,7 +15,21 @@
# release notes.
home.stateVersion = "25.05"; # Please read the comment before changing.
programs.jujutsu.enable = true;
programs.jujutsu = {
enable = true;
settings = {
user = {
email = "julien@scalizer.fr";
name = "Julien Hémono";
};
ui.default-command = "log";
};
};
programs.helix = {
enable = true;
defaultEditor = true;
};
# The home.packages option allows you to install Nix packages into your
# environment.