blob: eeade94e85d3c8182b72ef590c8d27e1476472fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{ config, lib, pkgs, ... }:
with config.krebs.lib;
{
environment.systemPackages = with pkgs; [
abook
gnupg
imapfilter
msmtp
mutt
notmuch
offlineimap
openssl
w3m
];
}
|