Sync config for all systems
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user