nix-config/home/features/cli/lazygit.nix
2024-12-02 20:15:40 +01:00

5 lines
66 B
Nix

{config, ...}: {
programs.lazygit = {
enable = true;
};
}