Files
nixos-config/profiles/base/home-manager/neovim/plugins/lazygit.nix
2025-08-06 22:03:01 +02:00

6 lines
66 B
Nix

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