Files
nixos-config/modules/home-manager/base/editors/neovim/plugins/lazygit.nix
2025-08-12 19:08:49 +00:00

6 lines
66 B
Nix

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