🚀 add gpg

This commit is contained in:
Moritz Böhme 2022-01-24 12:40:44 +01:00
parent adbdf807a3
commit 5430db5431
4 changed files with 17 additions and 0 deletions

View file

@ -24,6 +24,7 @@
programs = {
exa.enable = true;
bat.enable = true;
gpg.enable = true;
};
};
}

View file

@ -8,6 +8,10 @@
userEmail = "mr.x@moritzboeh.me";
extraConfig.init.defaultBranch = "main";
delta.enable = true;
signing = {
key = "0x0498CF2DD8CFC6AA";
signByDefault = true;
};
};
};
}