nixos/home/apps/nvim/lazygit.nix
2024-05-09 16:46:30 +02:00

2 lines
58 B
Nix

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