Common/git: set delta theme to catppuccin-mocha
This commit is contained in:
parent
7ca46b27d1
commit
e724778fcf
1 changed files with 6 additions and 1 deletions
|
|
@ -6,7 +6,12 @@
|
|||
enable = true;
|
||||
userName = "Toast";
|
||||
userEmail = "toast003@tutamail.com";
|
||||
delta.enable = true;
|
||||
delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
syntax-theme = "catppuccin-mocha";
|
||||
};
|
||||
};
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
commit.verbose = "true";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue