1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 14:33:45 +01:00

git: add tea cli

This commit is contained in:
Sam W 2023-07-15 15:02:11 +01:00
parent 94453d9b7f
commit a44510a299

View File

@ -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";