From b665942c1da023f7d108204a6b46d7f9ea71367d Mon Sep 17 00:00:00 2001 From: fwastring Date: Tue, 17 Jun 2025 14:51:53 +0200 Subject: [PATCH] Moved lazygit to system --- config/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/system.nix b/config/system.nix index 03f3b5b..89a7690 100644 --- a/config/system.nix +++ b/config/system.nix @@ -61,5 +61,6 @@ pass-genphrase pass-update ])) + lazygit ]; }