10 lines
115 B
Nix
10 lines
115 B
Nix
{
|
|
...
|
|
}: {
|
|
programs.lazygit = {
|
|
enable = true;
|
|
settings = {
|
|
windowSize = "normal";
|
|
};
|
|
};
|
|
}
|