nixos/home/tui/lazygit.nix

9 lines
105 B
Nix

{ ... }:
{
programs.lazygit = {
enable = true;
settings = import ./config/lazygit.nix;
};
}