nix-config/home/features/cli/lazygit.nix

6 lines
66 B
Nix
Raw Normal View History

2023-12-28 01:20:28 +01:00
{config, ...}: {
2023-12-26 13:59:30 +01:00
programs.lazygit = {
enable = true;
};
}