diff options
| -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'  | 
