From df5fc6a513db5cfbdb22796731e55b69c2699151 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 15 Mar 2024 09:44:12 +0100 Subject: [PATCH] Enable lazygit with git --- modules/home/git.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/git.nix b/modules/home/git.nix index b545c5b..a85f3c9 100644 --- a/modules/home/git.nix +++ b/modules/home/git.nix @@ -16,5 +16,7 @@ init.defaultBranch = "main"; }; }; + + programs.lazygit.enable = true; }; }