about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
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";