{ config, lib, pkgs, ... }: let unstable = import { config.allowUnfree = true; }; notcoal = pkgs.callPackage (import ../packages/notcoal) { }; in { environment.systemPackages = with pkgs; [ unstable.astroid isync khal msmtp notmuch thunderbird vdirsyncer ]; }