home: packages: add git tools
This commit is contained in:
parent
bd03e08709
commit
d14add8d81
|
@ -1,7 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Git related
|
||||
gitAndTools.git-absorb
|
||||
gitAndTools.git-revise
|
||||
gitAndTools.tig
|
||||
# Dev work
|
||||
rr
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue