From 791d764ff6d6c8ec0f438bd992e79f471d0360c7 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Fri, 11 Oct 2024 11:57:21 -0400 Subject: [PATCH] fix(dev): add lazygit, improve rust --- user/modules/dev.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user/modules/dev.nix b/user/modules/dev.nix index 7982cc5..ee9b444 100644 --- a/user/modules/dev.nix +++ b/user/modules/dev.nix @@ -29,6 +29,7 @@ # R quarto ] + ++ lib.optional pkgs.stdenv.isDarwin pkgs.libiconv ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [ CoreFoundation CoreServices @@ -66,4 +67,8 @@ diff.lockb.binary = "true"; }; }; + + programs.lazygit = { + enable = true; + }; }