nixos/home/programs/lazygit/default.nix
2024-10-15 02:34:18 +02:00

7 lines
71 B
Nix

{
programs.lazygit = {
enable = true;
settings = { };
};
}