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
|
nix flake update
|
||||||
backup:
|
backup:
|
||||||
home-manager switch --flake .#sudoer777 -b 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";
|
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 = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue