about summary refs log tree commit diff
path: root/modules/workstation/mail/mutt/default.nix
blob: 1aa8d2aa29d30b7f80025cc43cec0998cf2c1421 (plain) (blame)
1
2
3
4
5
6
7
{ pkgs, ... }:

{
  imports = [ ../../../shell ];

  environment.systemPackages = with pkgs.pkgsConfigured; [ neomutt ];
}