Symlink Kitty terminfo to .terminfo

This commit is contained in:
2022-10-10 12:01:23 -07:00
parent 714ab16228
commit e53eedba66

View File

@@ -1,5 +1,8 @@
{ config, lib, pkgs, ... }:
{
# Hack around Emacs not using the TERMINFO environment variable.
home.file.".terminfo".source = "${config.programs.kitty.package.terminfo}/share/terminfo/";
programs.kitty = {
enable = true;