summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'