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 ../../modules/zsh.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
neovim neovim
]; lazygit
];
home.stateVersion = "21.05"; home.stateVersion = "21.05";
} }