mirror of https://github.com/wlcx/home.git
git: add tea cli
This commit is contained in:
parent
94453d9b7f
commit
a44510a299
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.git-open];
|
||||
home.packages = with pkgs; [ git-open tea ];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Sam Willcocks";
|
||||
|
|
Loading…
Reference in New Issue