snowflake/home/lazygit/default.nix

8 lines
104 B
Nix

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