about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-19 15:59:37 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-21 18:18:50 +0100
commit4ef7f659f10c03fef9d5c35b03060c2c26e0f981 (patch)
tree2deb47bfb78083217b3ac8ed4330e464e2a1ec18 /machines
parenta7bd14937a7a6d7d3a3bc93cc4251a42ce5abfbe (diff)
machines/tyree: Add "wine" to systemPackages
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/managed/tyree.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 22326a29..ea493461 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -9,7 +9,7 @@
 
   environment.systemPackages = with pkgs; [
     cdparanoia chromium figlet gajim gimp htop inkscape libreoffice mosh mpv
-    pciutils skype vlc vuizvui.tomahawk wget youtubeDL
+    pciutils skype vlc vuizvui.tomahawk wget wine youtubeDL
   ];
 
   fileSystems."/boot".device = "/dev/disk/by-uuid/A0D5-269D";