aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/configuration/workstation/mail/default.nix
{ config, pkgs, ... }:

{
  home.packages = with pkgs;
    [
      msmtp neomutt notmuch thunderbird
    ];
}