about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-04-26 19:33:18 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-04-26 19:33:18 +0200
commitc2589e43cc3afe0331a8d6bdf25b8ebba96307e5 (patch)
tree28d41671005539d51ec01161c96d2799d028ddbb /machines
parenta4160cafd19f91073226a87d22c95dcf3b22e44e (diff)
machines/tyree: Add Thunderbird to system packages
I'd prefer to use kdepim, but that apparently doesn't seem to be
packaged yet.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/managed/tyree.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index cf322b12..54ac39c4 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -9,7 +9,8 @@
 
   environment.systemPackages = with pkgs; [
     cdparanoia chromium figlet gajim gimp htop inkscape kde5.gwenview
-    libreoffice mosh mpv pciutils skype vlc vuizvui.tomahawk wget wine youtubeDL
+    libreoffice mosh mpv pciutils skype thunderbird vlc vuizvui.tomahawk wget
+    wine youtubeDL
   ];
 
   fileSystems."/boot".device = "/dev/disk/by-uuid/A0D5-269D";