diff options
author | Luke Granger-Brown <hg@lukegb.com> | 2020-07-25T16·14+0100 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2020-07-25T20·27+0000 |
commit | 3542e1f62bcf315846d4b9be79805f206c813e48 (patch) | |
tree | e8da469f3bf415e0c49c1355d900411ef9e7b365 /ops/nixos | |
parent | b8fa8ff4a40bbc8b6a94b39e5ea51edd7c7835ea (diff) |
chore(whitby): add rxvt-unicode's terminfo r/1476
Otherwise I have to set TERM to something else so that I can actually use the machine when I'm booted into Linux and it's incredibly tedious and I hate it. Change-Id: Icfb5aacfea8cd6227743d29d9b07dc1b745d22c5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1435 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'ops/nixos')
-rw-r--r-- | ops/nixos/whitby/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/nixos/whitby/default.nix b/ops/nixos/whitby/default.nix index bea37d255a97..a56f43786fe7 100644 --- a/ops/nixos/whitby/default.nix +++ b/ops/nixos/whitby/default.nix @@ -227,6 +227,7 @@ in lib.fix(self: { git htop nano + rxvt_unicode.terminfo vim zfs zfstools |