about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-04-10 14:54:21 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-04-10 14:54:21 +0200
commit6f2a59235c34511eca0143e35a1667c889ae619c (patch)
tree87f1286da90efe944996aef0f37265b457d5bf07 /machines
parentdd987cb45875fa51fbfdefebac801bbe2d66f3e8 (diff)
machines/{notsure,tyree}: Add gwenview to packages
Better for DE users in terms of integration, the default (feh) so far
isn't very well suited for mouse navigation.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/managed/notsure.nix1
-rw-r--r--machines/aszlig/managed/tyree.nix4
2 files changed, 3 insertions, 2 deletions
diff --git a/machines/aszlig/managed/notsure.nix b/machines/aszlig/managed/notsure.nix
index 3d222970..53b28e2e 100644
--- a/machines/aszlig/managed/notsure.nix
+++ b/machines/aszlig/managed/notsure.nix
@@ -45,6 +45,7 @@ in {
     gimp
     git
     htop
+    kde5.gwenview
     libreoffice
     miro
     mpv
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index ea493461..2d31b96a 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -8,8 +8,8 @@
   boot.loader.efi.canTouchEfiVariables = true;
 
   environment.systemPackages = with pkgs; [
-    cdparanoia chromium figlet gajim gimp htop inkscape libreoffice mosh mpv
-    pciutils skype vlc vuizvui.tomahawk wget wine youtubeDL
+    cdparanoia chromium figlet gajim gimp htop inkscape kde5.gwenview
+    libreoffice mosh mpv pciutils skype vlc vuizvui.tomahawk wget wine youtubeDL
   ];
 
   fileSystems."/boot".device = "/dev/disk/by-uuid/A0D5-269D";