Missed in last commit

Add lazygit and remove redundant info from tower
This commit is contained in:
Jimbo 2024-11-19 13:34:29 -05:00
parent 81baaf8391
commit 217a464240
2 changed files with 5 additions and 7 deletions

View file

@ -1,8 +1,10 @@
{ config, ... }:
{ pkgs, config, ... }:
{
programs.git = {
enable = true;
userName = "Jimbo";
userEmail = "jimbo@${config.domains.jim2}";
};
home.packages = with pkgs; [ lazygit ];
}