Skip to content

Commit 782da03

Browse files
terminfo: Install terminfo for better rendering
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
1 parent d237195 commit 782da03

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/development/debug-tools.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ in
7272
]
7373
++ rmDesktopEntries [ pkgs.htop ]
7474
#TODO tmp disable perf as it is broken in cross-compiled Orin AGX/NX
75-
++ lib.optional (
76-
config.nixpkgs.hostPlatform.system != "aarch64-linux"
77-
) config.boot.kernelPackages.perf
75+
++ lib.optional (config.nixpkgs.hostPlatform.system != "aarch64-linux") [
76+
config.boot.kernelPackages.perf
77+
pkgs.kitty.terminfo
78+
pkgs.ghostty.terminfo
79+
]
7880
# LuaJIT (which is sysbench dependency) not available on RISC-V
7981
# ydotool and grim are tools for automated GUI-testing, useless on riscv
8082
++ lib.optionals (config.nixpkgs.hostPlatform.system != "riscv64-linux") [

0 commit comments

Comments
 (0)