about summary refs log tree commit diff
path: root/machines/aszlig/managed/tyree.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-10-18 23:07:11 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-10-18 23:10:14 +0200
commitad05bb22c05d20b82562dc318498d460f1008c2f (patch)
tree214731e7688637393db013446447429057e13a20 /machines/aszlig/managed/tyree.nix
parentc997fdc43df2a3e8189a45566d2988e78d7b341c (diff)
machines/tyree: Add a few photo editing programs
In the end I guess we're going to remove one or more of these, but right
now let's add all of them to have a way to evaluate.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @BrokkoliBerta
Diffstat (limited to 'machines/aszlig/managed/tyree.nix')
-rw-r--r--machines/aszlig/managed/tyree.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 954e9edf..3cc336d8 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -4,7 +4,9 @@
   boot.initrd.availableKernelModules = [ "usbhid" ];
   boot.kernelModules = [ "kvm-intel" ];
 
-  environment.systemPackages = with pkgs; [ krita mosh wget ];
+  environment.systemPackages = with pkgs; [
+    mosh wget krita rawtherapee darktable gphoto2 digikam
+  ];
 
   fileSystems."/boot".device = "/dev/disk/by-uuid/A0D5-269D";
   fileSystems."/boot".fsType = "vfat";