hm/common: point at actual terminfo dir

This commit is contained in:
Luke Granger-Brown 2023-01-15 16:14:14 +00:00
parent e2b9b63743
commit 8407c1a743

View file

@ -44,7 +44,7 @@ in
home.file = {
".hgrc".source = ./hgrc;
} // (lib.optionalAttrs isDarwin {
".terminfo".source = depot.nix.pkgs.terminfos;
".terminfo".source = "${depot.nix.pkgs.terminfos}/share/terminfo";
});
home.sessionVariables = {
EDITOR = "vim";