From cb4abb422750bcdff2ef08bb3f54104566c63f9c Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Tue, 8 Jul 2025 02:31:50 -0500 Subject: [PATCH] Add jujutsu --- Justfile | 2 ++ home.nix | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/Justfile b/Justfile index 87110f9..f8c1d9b 100644 --- a/Justfile +++ b/Justfile @@ -4,3 +4,5 @@ update: nix flake update backup: home-manager switch --flake .#sudoer777 -b backup +man: + man home-configuration.nix diff --git a/home.nix b/home.nix index 5c2c929..279524f 100644 --- a/home.nix +++ b/home.nix @@ -88,6 +88,19 @@ in git_protocol = "ssh"; }; }; + jujutsu = { + enable = true; + settings = { + user = { + name = "Ethan Reece"; + email = "contact@ethanreece.com"; + }; + signing = { + behavior = "own"; + backend = "gpg"; + }; + }; + }; codex = { enable = true; custom-instructions = ''