about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-09-07 05:47:46 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-09-07 06:43:40 +0200
commite49eca5c0c9c27352825c455d3e1b8a938245755 (patch)
tree23b1005535f333ba26368b4af8717b8bd6d7107e /machines/aszlig
parentd1544e26feb36878d9a7d10cff4814b58b1e0393 (diff)
machines/tyree: Add a few more KDE applications
Most of them are KDE PIM applications and kmail so far was already
within the systemPackages in the configuration.nix directly so far.

The one exception to these is kmix (an audio volume mixer), which is
generally useful to have I think.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @BrokkoliBerta
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/managed/tyree.nix15
1 files changed, 11 insertions, 4 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index f6651752..691a93e4 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -9,10 +9,17 @@
 
   environment.systemPackages = with pkgs; [
     calibre cdparanoia chromium figlet vuizvui.aszlig.gajim gimp htop inkscape
-    thunderbird kdeApplications.kate kdeApplications.gwenview
-    kdeApplications.okular krita libreoffice mosh mpv pciutils
-    vuizvui.aszlig.vim vlc wget wine youtubeDL
-    unfreeAndNonDistributablePkgs.skype
+    thunderbird krita libreoffice mosh mpv pciutils vuizvui.aszlig.vim vlc wget
+    wine youtubeDL unfreeAndNonDistributablePkgs.skype
+
+    kdeApplications.gwenview
+    kdeApplications.kaddressbook
+    kdeApplications.kate
+    kdeApplications.kleopatra
+    kdeApplications.kmail
+    kdeApplications.kmix
+    kdeApplications.korganizer
+    kdeApplications.okular
   ];
 
   fileSystems."/boot".device = "/dev/disk/by-uuid/A0D5-269D";