moved to gitea

feat/kile-v2
Ricard Illa 2022-08-14 16:53:33 +02:00
parent 68f43f0b28
commit 210f7e0397
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
home.packages = [ pkgs.diff-so-fancy pkgs.tig ];
home.packages = [ pkgs.diff-so-fancy pkgs.tig pkgs.tea ];
programs.git = {
enable = true;
@ -19,7 +19,7 @@
};
color.ui = true;
pull.rebase = false;
init.defaultBranch = "master";
init.defaultBranch = "main";
diff-so-fancy.stripLeadingSymbols = false;
};
};

View File

@ -77,6 +77,7 @@
".config/chromium"
".config/kdeconnect"
".config/kicad"
".config/tea"
".config/syncthing"
".config/whatsapp-for-linux"
".gnupg/private-keys-v1.d"