Changes to lazygit

This commit is contained in:
2025-11-29 16:57:54 +01:00
parent 3b505d18f2
commit fd1a577878

View File

@@ -3,10 +3,12 @@
config,
lib,
...
}: let
}:
let
accent = "#${config.lib.stylix.colors.base0D}";
muted = "#${config.lib.stylix.colors.base03}";
in {
in
{
programs.lazygit = {
enable = true;
settings = lib.mkForce {
@@ -15,14 +17,15 @@ in {
promptToReturnFromSubprocess = false;
update.method = "never";
git = {
commit.signOff = true;
overrideGpg = true;
parseEmoji = true;
};
gui = {
theme = {
activeBorderColor = [accent "bold"];
inactiveBorderColor = [muted];
activeBorderColor = [
accent
"bold"
];
inactiveBorderColor = [ muted ];
};
showListFooter = false;
showRandomTip = false;