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