From 02261729c0a4108f2fcccf062b603d62f56782bf Mon Sep 17 00:00:00 2001
From: tv <tv@shackspace.de>
Date: Thu, 16 Jul 2015 06:35:19 +0200
Subject: [PATCH] 2 tv.base: add pkgs.rxvt_unicode.terminfo

---
 2configs/tv/base.nix | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/2configs/tv/base.nix b/2configs/tv/base.nix
index 2d02bcfb7..751a4beed 100644
--- a/2configs/tv/base.nix
+++ b/2configs/tv/base.nix
@@ -80,6 +80,10 @@ in
 
       environment.variables.VIM = "/etc/vim";
     }
+    {
+      environment.systemPackages = with pkgs; [
+        rxvt_unicode.terminfo
+      ];
 
       environment.shellAliases = {
         # alias cal='cal -m3'