feat(lazygit): add config
This commit is contained in:
parent
3b1de631df
commit
8be8ff08ac
2 changed files with 9 additions and 0 deletions
|
@ -7,5 +7,6 @@
|
|||
./programs/firefox.nix
|
||||
./programs/thunderbird.nix
|
||||
./programs/sway.nix
|
||||
./programs/lazygit.nix
|
||||
];
|
||||
}
|
||||
|
|
8
modules/programs/lazygit.nix
Normal file
8
modules/programs/lazygit.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"notARepository" = "skip";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue