feat(email): add alias and update git config for fastmail account
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-01-07 07:08:48 +05:30
parent f9a7c9ae52
commit 7b717f95ab
2 changed files with 3 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ lib.optionalAttrs (!(device.is "tsuba")) {
enable = true;
lfs.enable = true;
settings = {
user.name = "uttarayan21";
user.email = config.accounts.email.accounts.fastmail.address;
user.name = "servius";
user.email = builtins.elemAt config.accounts.email.accounts.fastmail.aliases 0;
user.signingkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJfKKrX8yeIHUUury0aPwMY6Ha+BJyUR7P0Gqid90ik/";
color.ui = true;
core.editor = "nvim";