hm/common: point at actual terminfo dir
This commit is contained in:
parent
e2b9b63743
commit
8407c1a743
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue