Symlink Kitty terminfo to .terminfo
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ 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 = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user