fix(emacs): set eshell aliases file envvar
Some checks failed
build / build (push) Failing after 1m17s

This commit is contained in:
2026-03-29 13:35:24 -06:00
parent 31b61ddd73
commit 1f0c248b24

View File

@@ -51,6 +51,10 @@ in {
pkgs.nerd-fonts.victor-mono
pkgs.ibm-plex
];
extraWrapProgramArgs = [
"--set" "ESHELL_ALIASES_FILE"
config.home.sessionVariables.ESHELL_ALIASES_FILE
];
};
};
}