mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: vicinae, update servers
This commit is contained in:
parent
0e91b2184d
commit
edd507c0ec
20 changed files with 188 additions and 187 deletions
|
|
@ -14,13 +14,13 @@
|
|||
jujutsu = {
|
||||
enable = true;
|
||||
};
|
||||
delta = {
|
||||
enable = true;
|
||||
};
|
||||
git = {
|
||||
inherit (tree.home.user.data) userName userEmail;
|
||||
package = pkgs.gitFull;
|
||||
enable = true;
|
||||
delta = {
|
||||
enable = true;
|
||||
};
|
||||
extraConfig = {
|
||||
init = {defaultBranch = "main";};
|
||||
protocol.gcrypt.allow = "always";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue