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 = ''