Add lazygit
This commit is contained in:
parent
c4f8d05c0d
commit
8d0216e1fc
@ -9,5 +9,6 @@
|
|||||||
./wofi
|
./wofi
|
||||||
./cava
|
./cava
|
||||||
./tmux
|
./tmux
|
||||||
|
./lazygit
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
13
home/apps/lazygit/default.nix
Normal file
13
home/apps/lazygit/default.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ config, ... }: {
|
||||||
|
programs.lazygit = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
gui.theme = {
|
||||||
|
ligthTheme = false;
|
||||||
|
activeBorderColor = [ "${config.theme.colors.primary-ansi-16}" "bold" ];
|
||||||
|
inactiveBorderColor = [ "black" ];
|
||||||
|
selectedLineBgColor = [ "default" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user