Add kitty terminfo

This commit is contained in:
gabriel-doriath-dohler 2022-08-15 00:20:07 +02:00
parent f7b6fdf07a
commit 3f10516b6f

View file

@ -45,7 +45,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ vim wget ];
environment.systemPackages = with pkgs; [ vim wget kitty.terminfo ];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.