Home: Update lazygit config
This commit is contained in:
@ -559,10 +559,22 @@
|
|||||||
lazygit = {
|
lazygit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
# Allow editing past signed commits
|
notARepository = "quit";
|
||||||
git.overrideGpg = true;
|
timeFormat = "2022-12-31";
|
||||||
|
shortTimeFormat = "23:49";
|
||||||
|
border = "rounded";
|
||||||
|
update.method = "never";
|
||||||
|
|
||||||
gui.theme = {
|
git = {
|
||||||
|
overrideGpg = true; # Allow editing past signed commits
|
||||||
|
branchLogCmd = "git log --all --graph --pretty=format:'%C(magenta)%h %C(white) %an %ar%C(auto) %D%n%s%n'";
|
||||||
|
parseEmoji = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
gui = {
|
||||||
|
nerdFontsVersion = "3"; # Show icons
|
||||||
|
|
||||||
|
theme = {
|
||||||
lightTheme = false;
|
lightTheme = false;
|
||||||
activeBorderColor = ["#40a02b" "bold"];
|
activeBorderColor = ["#40a02b" "bold"];
|
||||||
inactiveBorderColor = ["#4c4f69"];
|
inactiveBorderColor = ["#4c4f69"];
|
||||||
@ -575,6 +587,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
mpv = {
|
mpv = {
|
||||||
enable = false;
|
enable = false;
|
||||||
|
Reference in New Issue
Block a user