Install lazygit

This commit is contained in:
Thomas Avé 2025-01-28 19:27:19 +01:00
parent e1042b2653
commit 9c2753cecd
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = [
pkgs.lazygit
];
programs.git = { programs.git = {
enable = true; enable = true;
userName = "Thomas Avé"; userName = "Thomas Avé";