Install jujutsu git frontend
This commit is contained in:
parent
4f9349afce
commit
41f3ade99f
2 changed files with 13 additions and 0 deletions
|
@ -56,12 +56,17 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
home.file.".jjconfig.toml".source = ./jjconfig.toml;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
delta
|
||||
git-branchless
|
||||
git-lfs
|
||||
gitAndTools.hub
|
||||
gitAndTools.lab
|
||||
gitAndTools.git-absorb
|
||||
jujutsu
|
||||
meld
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
8
home/modules/jjconfig.toml
Normal file
8
home/modules/jjconfig.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[user]
|
||||
name = "Tim Schubert"
|
||||
email = "dadada@dadada.li"
|
||||
|
||||
[ui]
|
||||
diff-editor = ["scm-diff-editor", "--dir-diff", "$left", "$right"]
|
||||
diff-instructions = false
|
||||
merge-editor = ["meld"]
|
Loading…
Add table
Add a link
Reference in a new issue