update lazygit config

Former-commit-id: 4bc6576d7c
This commit is contained in:
Hadi
2025-05-07 15:39:50 +02:00
parent ea7eaa106a
commit 53e8a42484

View File

@@ -7,6 +7,14 @@ in {
programs.lazygit = { programs.lazygit = {
enable = true; enable = true;
settings = lib.mkForce { settings = lib.mkForce {
disableStartupPopups = true;
notARepository = "skip";
promptToReturnFromSubprocess = false;
update.method = "never";
git = {
commit.signOff = true;
parseEmoji = true;
};
gui = { gui = {
theme = { theme = {
activeBorderColor = [ accent "bold" ]; activeBorderColor = [ accent "bold" ];