1
0
Fork 0

Add jujutsu

This commit is contained in:
Ethan Reece 2025-07-08 02:31:50 -05:00
parent b1f49ec488
commit cb4abb4227
Signed by: me
GPG key ID: 198E9EB433DB1B28
2 changed files with 15 additions and 0 deletions

View file

@ -4,3 +4,5 @@ update:
nix flake update nix flake update
backup: backup:
home-manager switch --flake .#sudoer777 -b backup home-manager switch --flake .#sudoer777 -b backup
man:
man home-configuration.nix

View file

@ -88,6 +88,19 @@ in
git_protocol = "ssh"; git_protocol = "ssh";
}; };
}; };
jujutsu = {
enable = true;
settings = {
user = {
name = "Ethan Reece";
email = "contact@ethanreece.com";
};
signing = {
behavior = "own";
backend = "gpg";
};
};
};
codex = { codex = {
enable = true; enable = true;
custom-instructions = '' custom-instructions = ''