nixfiles/profiles/home-manager/base/terminfo.nix
2024-07-24 16:23:55 +01:00

4 lines
64 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [kitty-terminfo];
}