From c0388a9d00f7324a134bd874a4d34644e1d27efc Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 1 Apr 2021 01:08:20 +0200 Subject: [PATCH] Install lazygit --- overlays/pkgSets.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overlays/pkgSets.nix b/overlays/pkgSets.nix index 79c594f6..c7d084c6 100644 --- a/overlays/pkgSets.nix +++ b/overlays/pkgSets.nix @@ -49,6 +49,7 @@ self: super: { inherit (self) go gdb mpc_cli ncmpcpp shfmt htmlTidy astyle nodejs tasksh magic-wormhole nixfmt nixpkgs-fmt rnix-lsp tmate rustup kitty nix-top ghcWithPackages ghcid matrix-commander upterm + lazygit ; obelisk = (import self.sources.obelisk {}).command; };