aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-10-18 16:17:38 +0000
committerKatharina Fey <kookie@spacekookie.de>2019-10-18 16:22:04 +0000
commita0e7625eed02cfdd9800421e62f4fd3815a5a363 (patch)
tree95ff6b14e354ad7827917c5d07dcb5bd9e794a06 /modules/workstation
parent055a90b03f459c5561040ca75cd7bbe631fa8c74 (diff)
ws/mail: Adding thunderbird as a fallback mail client
Diffstat (limited to 'modules/workstation')
-rw-r--r--modules/workstation/mail/pkgs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workstation/mail/pkgs.nix b/modules/workstation/mail/pkgs.nix
index 380e1b530a6..6be9e8217ea 100644
--- a/modules/workstation/mail/pkgs.nix
+++ b/modules/workstation/mail/pkgs.nix
@@ -8,7 +8,7 @@
{ pkgs, ... }:
{
- home.packages = with pkgs; [ neomutt notmuch ];
+ home.packages = with pkgs; [ neomutt notmuch thunderbird ];
# imports = [
# ../../../ext/mail/neomutt.nix
# ../../../ext/mail/notmuch.nix