Files
nixos-config/modules/base/home-manager/neovim/plugins/lazygit.nix
2025-08-12 17:56:16 +00:00

6 lines
66 B
Nix

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