refactor: add localBin, goBin & rustBin into PATH env

This commit is contained in:
Ryan Yin
2024-09-16 12:42:41 +08:00
parent 5895d7c97d
commit 2abea4e387
3 changed files with 14 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
}:
with lib; let
cfg = config.modules.editors.emacs;
envExtra = ''
envExtra = lib.mkAfter ''
export PATH="${config.xdg.configHome}/emacs/bin:$PATH"
'';
shellAliases = {