From b701a6c82369430e42af9f647a2169efc8bdb4f6 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 2 Dec 2024 09:44:19 +0100 Subject: [PATCH] feat(client): add lazygit --- configs/client.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/client.nix b/configs/client.nix index 05ae690..64d993f 100644 --- a/configs/client.nix +++ b/configs/client.nix @@ -7,10 +7,10 @@ ]; environment.systemPackages = with pkgs; [ - nil (ffmpeg-full.override {withUnfree = true;}) fastfetch - jujutsu + lazygit + nil ]; hm.programs.keychain = {