added lazygit

This commit is contained in:
lsoriano-mcm
2025-07-03 20:53:10 -05:00
parent be2e51f4dd
commit 9358425177
+1 -1
View File
@@ -34,7 +34,7 @@
inherit pkgs;
module = {pkgs, ...}: {
imports = [./config];
extraPackages = with pkgs; [sops];
extraPackages = with pkgs; [sops lazygit];
};
extraSpecialArgs = specialArgs;
};