install lazygit

This commit is contained in:
♥ Minnie ♥ 2023-10-10 19:01:13 +08:00
parent 8d753e83c8
commit a621f4614c

View file

@ -1,6 +1,10 @@
{ inputs, outputs, lib, config, pkgs, ... }:
{
home.packages = with pkgs; [
lazygit
];
programs.git = {
enable = true;
userName = "sajenim";