git: add tea cli

This commit is contained in:
Sam W 2023-07-15 15:02:11 +01:00
parent 94453d9b7f
commit a44510a299
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{pkgs, ...}: {
home.packages = [pkgs.git-open];
home.packages = with pkgs; [ git-open tea ];
programs.git = {
enable = true;
userName = "Sam Willcocks";