Plugins and things

This commit is contained in:
Martin Pander
2025-07-10 07:11:10 +02:00
parent f4488f2469
commit e0e6cb760e
8 changed files with 34 additions and 5 deletions

View File

@ -61,4 +61,19 @@
".envrc"
];
};
programs.lazygit = {
enable = true;
settings = {
theme.lightTheme = "true";
git = {
log = {
format = "%C(yellow)%h%Creset %C(bold blue)<%an>%Creset %s %Cgreen(%cr)%Creset";
graph = "true";
};
};
};
};
programs.jujutsu.enable = true;
}