This commit is contained in:
ChaotiCryptidz 2022-03-09 19:41:37 +00:00
parent b032c67ecd
commit a81ae457e7
No known key found for this signature in database

View file

@ -0,0 +1,4 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs;
[ buildPackages.buildPackages.kitty.terminfo ];
}