Git plugins, config changes

This commit is contained in:
kat witch 2021-03-14 02:57:26 +00:00
parent a15204bf40
commit 1ed4578b51
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -2,14 +2,27 @@
{
config = lib.mkIf config.deploy.profile.kat {
home.packages = with pkgs; [ git-crypt gitAndTools.gitRemoteGcrypt ];
home.packages = with pkgs; [
git-crypt
gitAndTools.gitRemoteGcrypt
gitAndTools.gitAnnex
git-revise
arc.pkgs.gitAndTools.git-annex-remote-b2
];
programs.git = {
enable = true;
package = pkgs.gitAndTools.gitFull;
userName = "kat witch";
userEmail = "kat@kittywit.ch";
extraConfig = { protocol.gcrypt.allow = "always"; };
extraConfig = {
protocol.gcrypt.allow = "always";
annex = {
autocommit = false;
backend = "SHA256";
synccontent = true;
};
};
signing = {
key = "01F50A29D4AA91175A11BDB17248991EFA8EFBEE";
signByDefault = true;