lazygit: config via home-manager

This commit is contained in:
Trolli Schmittlauch 2025-01-16 22:11:50 +01:00
parent e2467646d8
commit ba88e46046
2 changed files with 10 additions and 1 deletions

View file

@ -75,6 +75,16 @@
}; };
}; };
}; };
programs.lazygit = {
enable = true;
settings = {
git = {
autoFetch = false;
mainBranches = ["main" "master" "mainline"];
};
update.method = "never";
};
};
# shell config # shell config
programs.zsh = { programs.zsh = {

View file

@ -106,7 +106,6 @@ let
ripgrep ripgrep
fd fd
gitui gitui
lazygit
pre-commit pre-commit
scriv scriv