2023-05-17 17:10:18 +01:00
|
|
|
{...}: {
|
2023-04-23 14:46:59 +01:00
|
|
|
programs.git = {
|
|
|
|
enable = true;
|
|
|
|
userName = "Evie Litherland-Smith";
|
2023-04-25 16:27:54 +01:00
|
|
|
delta = {
|
|
|
|
enable = true;
|
2023-04-26 16:12:22 +01:00
|
|
|
options.syntax-theme = "Catppuccin-macchiato";
|
2023-04-25 16:27:54 +01:00
|
|
|
};
|
2023-04-23 14:46:59 +01:00
|
|
|
extraConfig = {
|
2023-04-26 16:12:22 +01:00
|
|
|
pull.rebase = false;
|
|
|
|
init.defaultBranch = "main";
|
2023-04-23 14:46:59 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|