hm: enable jj
This commit is contained in:
parent
c7689550b3
commit
bbf9b88ad2
1 changed files with 12 additions and 0 deletions
|
@ -38,6 +38,18 @@ in
|
|||
ssh-add -q -l >/dev/null || ssh-add -c -q
|
||||
'';
|
||||
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
package = depot.nix.pkgs.jj;
|
||||
settings = {
|
||||
user = {
|
||||
name = "Luke Granger-Brown";
|
||||
email = "git@lukegb.com";
|
||||
};
|
||||
ui.diff-editor = ":builtin";
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = lib.mkAfter (with pkgs; ([
|
||||
depot.go.access
|
||||
depot.nix.pkgs.datez
|
||||
|
|
Loading…
Add table
Reference in a new issue