This commit is contained in:
John Lancaster
2026-02-16 13:53:55 -06:00
parent 0e724e82c6
commit 39c4cceb39

View File

@@ -9,5 +9,10 @@
push.autoSetupRemote = true; push.autoSetupRemote = true;
}; };
}; };
programs.lazygit {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}; };
} }