summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-16 06:35:19 +0200
committertv <tv@shackspace.de>2015-07-16 06:35:19 +0200
commit02261729c0a4108f2fcccf062b603d62f56782bf (patch)
tree2cbf9da0bb80829fd312f3c5fb2a044da2b33de3 /2configs
parent6f75f0c5269a5cb9042832c47b3d23819539a2c9 (diff)
2 tv.base: add pkgs.rxvt_unicode.terminfo
Diffstat (limited to '2configs')
-rw-r--r--2configs/tv/base.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/2configs/tv/base.nix b/2configs/tv/base.nix
index 2d02bcfb..751a4bee 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'