about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-07-10 15:39:36 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-07-10 15:39:36 +0200
commit1b387cb05f833185dd85127cc8c84380a2797b17 (patch)
tree1fa12e2619babb70aef9eee2a052921c3718d663 /machines
parent0761e93d9fb3d5f6fd7c77ccaddc61c74e8e4a9a (diff)
machines/tyree: Add Okular to systemPackages
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/managed/tyree.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index c12d3f2d..b048dda4 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -9,8 +9,8 @@
 
   environment.systemPackages = with pkgs; [
     cdparanoia chromium figlet gajim gimp htop inkscape kde5.gwenview
-    libreoffice mosh mpv pciutils unfreeAndNonDistributablePkgs.skype
-    thunderbird vlc vuizvui.tomahawk wget wine youtubeDL
+    kde5.okular libreoffice mosh mpv pciutils thunderbird vlc vuizvui.tomahawk
+    wget wine youtubeDL unfreeAndNonDistributablePkgs.skype
   ];
 
   fileSystems."/boot".device = "/dev/disk/by-uuid/A0D5-269D";