[Altair] Adds Thunderbird email, protonmail bridge. [Nix] Fixes deprecated expressions

This commit is contained in:
2026-04-21 19:04:47 -07:00
parent 8fbfb551f5
commit 6674ca40fa
9 changed files with 73 additions and 41 deletions

View File

@@ -10,9 +10,11 @@
home.username = "drew";
home.homeDirectory = "/home/drew";
programs.git = {
userName = "Drew Haven";
userEmail = "drew.haven@gmail.com";
programs.git.settings = {
user = {
name = "Drew Haven";
email = "drew.haven@gmail.com";
};
extraConfig = {
safe = {
# Marks the web directory as safe even though I don't own it.