diff options
author | tv <tv@shackspace.de> | 2015-07-16 06:35:19 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-16 06:35:19 +0200 |
commit | 02261729c0a4108f2fcccf062b603d62f56782bf (patch) | |
tree | 2cbf9da0bb80829fd312f3c5fb2a044da2b33de3 /2configs/tv | |
parent | 6f75f0c5269a5cb9042832c47b3d23819539a2c9 (diff) |
2 tv.base: add pkgs.rxvt_unicode.terminfo
Diffstat (limited to '2configs/tv')
-rw-r--r-- | 2configs/tv/base.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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' |