lazygit: config via home-manager
This commit is contained in:
parent
e2467646d8
commit
ba88e46046
2 changed files with 10 additions and 1 deletions
|
@ -75,6 +75,16 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
git = {
|
||||
autoFetch = false;
|
||||
mainBranches = ["main" "master" "mainline"];
|
||||
};
|
||||
update.method = "never";
|
||||
};
|
||||
};
|
||||
|
||||
# shell config
|
||||
programs.zsh = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue