7 lines
102 B
Nix
7 lines
102 B
Nix
{...}: {
|
|
programs.lazygit = {
|
|
enable = true;
|
|
settings = import ./config/lazygit.nix;
|
|
};
|
|
}
|