We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hm 25.11
1 parent d0c019d commit 93c08f6Copy full SHA for 93c08f6
modules/apps/lazygit.nix
@@ -1,6 +1,8 @@
1
{
2
lazygit = {
3
enable = true;
4
+ enableZshIntegration = false; # it will have parsing error when true
5
+ # shellWrapperName = "lg";
6
settings = {
7
gui = {
8
mouseEvents = true;
0 commit comments