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, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = [pkgs.git-open];
|
home.packages = with pkgs; [ git-open tea ];
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Sam Willcocks";
|
userName = "Sam Willcocks";
|
||||||
|
|
Loading…
Reference in New Issue