Files
nixverse/nodes/hosts/common/home/jay/programs/lazygit.nix

4 lines
52 B
Nix

{ pkgs, ...}: {
programs.lazygit.enable = true;
}