feat: init lazygit
This commit is contained in:
parent
05a936d1ae
commit
7c69071e6e
1 changed files with 8 additions and 0 deletions
8
modules/home/lazygit/default.nix
Normal file
8
modules/home/lazygit/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
programs.lazygit = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
windowSize = "normal";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue