Modules/Lazygit: Move lazygit config to module
This commit is contained in:
@ -211,6 +211,7 @@
|
||||
|
||||
hyprpanel.enable = !headless;
|
||||
kitty.enable = !headless;
|
||||
lazygit.enable = true;
|
||||
mpd.enable = !headless;
|
||||
|
||||
neovim = {
|
||||
@ -596,39 +597,6 @@
|
||||
keys = ["id_ed25519"];
|
||||
};
|
||||
|
||||
lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
notARepository = "quit";
|
||||
timeFormat = "2022-12-31";
|
||||
shortTimeFormat = "23:49";
|
||||
border = "rounded";
|
||||
update.method = "never";
|
||||
|
||||
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;
|
||||
activeBorderColor = ["#40a02b" "bold"];
|
||||
inactiveBorderColor = ["#4c4f69"];
|
||||
optionsTextColor = ["#1e66f5"];
|
||||
selectedLineBgColor = ["#ccd0da"];
|
||||
selectedRangeBgColor = ["#ccd0da"];
|
||||
cherryPickedCommitBgColor = ["#179299"];
|
||||
cherryPickedCommitFgColor = ["#1e66f5"];
|
||||
unstagedChangeColor = ["red"];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
mpv = {
|
||||
enable = false;
|
||||
config = {
|
||||
|
||||
Reference in New Issue
Block a user