fixes for tf and mail

This commit is contained in:
Kat Inskip 2025-12-04 02:44:38 -08:00
parent cf9ec64e69
commit 4c6f2aa34a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
9 changed files with 145 additions and 35 deletions

View file

@ -4,7 +4,7 @@
...
}: {
home.packages = with pkgs; [
gitAndTools.git-remote-gcrypt
git-remote-gcrypt
git-crypt
git-revise
radicle-tui
@ -16,7 +16,7 @@
};
git = {
inherit (tree.home.user.data) userName userEmail;
package = pkgs.gitAndTools.gitFull;
package = pkgs.gitFull;
enable = true;
delta = {
enable = true;