WIP: treewide: refactor to use flake-parts
first pass of my flake refactor using flake-parts
This commit is contained in:
parent
c487a997fe
commit
502c926f9f
77 changed files with 723 additions and 795 deletions
home/programs/lazygit
21
home/programs/lazygit/default.nix
Normal file
21
home/programs/lazygit/default.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
_: {
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
windowSize = "normal";
|
||||
gui.theme = {
|
||||
lightTheme = false;
|
||||
activeBorderColor = ["#2ac3de" "bold"];
|
||||
inactiveBorderColor = ["#f7768e"];
|
||||
optionsTextColor = [" #c0caf5"];
|
||||
selectedLineBgColor = ["#24283b"];
|
||||
selectedRangeByColor = ["#24283b"];
|
||||
cherryPickedCommitBgColor = ["#94e2d5"];
|
||||
cherryPickedCommitFgColor = ["#89b4fa"];
|
||||
unstagedChangesColor = ["red"];
|
||||
showRandomTip = false;
|
||||
animateExplosion = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue