From 93584251772d53f84894b1e8c46ff711cc57d6ef Mon Sep 17 00:00:00 2001 From: lsoriano-mcm Date: Thu, 3 Jul 2025 20:53:10 -0500 Subject: [PATCH] added lazygit --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a634e73..65ef1bd 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ inherit pkgs; module = {pkgs, ...}: { imports = [./config]; - extraPackages = with pkgs; [sops]; + extraPackages = with pkgs; [sops lazygit]; }; extraSpecialArgs = specialArgs; };