nixos/home/programs/nvim/lazygit.nix
2024-06-14 10:00:54 +02:00

2 lines
58 B
Nix

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