[Altair] Adds Thunderbird email, protonmail bridge. [Nix] Fixes deprecated expressions
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user