nixos/modules/home-manager/lazygit.nix

13 lines
196 B
Nix
Raw Normal View History

{...}: {
programs.lazygit = {
enable = true;
settings = {
gui = {
shwoRandomTip = false;
nerdFontsVersion = "3";
border = "rounded";
};
};
};
}