Add jujutsu
This commit is contained in:
parent
b1f49ec488
commit
cb4abb4227
2 changed files with 15 additions and 0 deletions
2
Justfile
2
Justfile
|
@ -4,3 +4,5 @@ update:
|
|||
nix flake update
|
||||
backup:
|
||||
home-manager switch --flake .#sudoer777 -b backup
|
||||
man:
|
||||
man home-configuration.nix
|
||||
|
|
13
home.nix
13
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 = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue