Moved some files

This commit is contained in:
FredzyW 2024-06-17 17:53:23 +02:00
parent 2f94e9b5ff
commit 8a26dfc281
33 changed files with 25 additions and 42 deletions

View file

@ -1,29 +0,0 @@
{ pkgs, lib, ... }:
{
programs.lazygit = {
enable = true;
settings = {
gui = {
theme = {
activeBorderColor = [ "#f5a97f" "bold" ];
inactiveBorderColor = [ "#a5adcb" ];
optionsTextColor = [ "#8aadf4" ];
selectedLineBgColor = [ "#363a4f" ];
cherryPickedCommitBgColor = [ "#494d64" ];
cherryPickedCommitFgColor = [ "#f5a97f" ];
unstagedChangesColor = [ "#ed8796" ];
defaultFgColor = [ "#cad3f5" ];
searchingActiveBorderColor = [ "#eed49f" ];
};
authorColors = {
"*" = "#b7bdf8";
};
showRandomTip = false;
showBottomLine = false;
sidePanelWidth = 0.5;
};
};
};
}