snowflake/modules/home/lazygit/default.nix
2023-02-03 10:32:33 -05:00

9 lines
104 B
Nix

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