Jujutsu via home-manager instead
This commit is contained in:
parent
658b5ff99f
commit
8507d94414
2 changed files with 11 additions and 1 deletions
|
@ -62,6 +62,17 @@ in {
|
|||
enable = true;
|
||||
};
|
||||
|
||||
jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "Anthony Cicchetti";
|
||||
email = "anthony@anthonycicchetti.com";
|
||||
};
|
||||
"default-command" = "log";
|
||||
};
|
||||
};
|
||||
|
||||
nix-index = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -46,7 +46,6 @@ in {
|
|||
internetarchive
|
||||
jless
|
||||
jq
|
||||
jujutsu
|
||||
just
|
||||
kondo
|
||||
litecli
|
||||
|
|
Loading…
Add table
Reference in a new issue