nixos-config/modules/home-manager/nixvim/plugins/lazygit.nix
2024-07-19 14:52:30 +09:00

8 lines
76 B
Nix

{ ... }:
{
programs.nixvim.plugins.lazygit = {
enable = true;
};
}