From 5a1f4b6a13037bd4a85df5ceb4d435c3ea9c1900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Sun, 24 Aug 2025 13:43:59 +0200 Subject: [PATCH] Jujutsu config and helix --- home.nix | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index a1ee380..10f4f8a 100644 --- a/home.nix +++ b/home.nix @@ -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.