snowflake/home/lazygit/default.nix
2023-03-11 21:28:37 -05:00

11 lines
126 B
Nix

{
default,
...
}: {
programs.lazygit = {
enable = true;
settings = {
windowSize = "normal";
};
};
}