nixos/home/tui/lazygit.nix

7 lines
102 B
Nix

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