packages(nixos-server): add lazygit

This commit is contained in:
Michael Thomas 2024-04-11 22:29:06 +00:00
parent 640fe6418b
commit 7b1a8d3afc

View File

@ -4,9 +4,10 @@
../../modules/zsh.nix
];
home.packages = with pkgs; [
neovim
];
home.packages = with pkgs; [
neovim
lazygit
];
home.stateVersion = "21.05";
}