[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

@@ -3,13 +3,13 @@
programs.ssh = {
enable = true;
# Automatically add keys to agent when used
# Other options are "no" and "confirm"
addKeysToAgent = "yes";
matchBlocks = {
"mcp.haven" = {
user = "drew";
# Automatically add keys to agent when used
# Other options are "no" and "confirm"
addKeysToAgent = "yes";
};
};
};