[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

@@ -17,6 +17,7 @@ in
"/features/development/typescript.nix"
"/features/development/vscode.nix"
"/features/eww"
"/features/email.nix"
"/features/gaming.nix"
"/features/image-editing.nix"
"/features/linux-desktop.nix"
@@ -38,9 +39,11 @@ in
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";
};
};
wayland.windowManager.hyprland.settings = {