add mail
nixos config pipeline / show-flake (push) Successful in 42s
nixos config pipeline / deploy (push) Successful in 1m4s

This commit is contained in:
smayzy
2026-03-06 19:56:49 +01:00
parent 5ce68a33b6
commit 75f60590ad
13 changed files with 245 additions and 12 deletions
+1 -4
View File
@@ -31,6 +31,7 @@ in
chromium.enable = true;
wireshark.enable = true;
alacritty.enable = true;
mail.enable = true;
};
programs.firefox.enable = true;
environment.systemPackages = with pkgs; [
@@ -54,10 +55,6 @@ in
arduino-cli
firejail
qbittorrent
neomutt
pass
isync
msmtp
];
};
}