Fixed direnv losing access to nix pkgs
This commit is contained in:
parent
34035d410d
commit
942ea72b92
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
${builtins.readFile ./config.org}
|
||||
#+begin_src emacs-lisp
|
||||
(setq dashboard-startup-banner '("${./nixmacs.xpm}" 'logo))
|
||||
|
||||
;;https://github.com/wbolster/emacs-direnv/issues/85
|
||||
(setenv "PATH" (mapconcat 'identity exec-path ":")) ;;fixes direnv losing nix pkgs
|
||||
#+end_src
|
||||
'';
|
||||
configFile = pkgs.tangleOrgBabelFile "default.el" preTangledFile {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue