Home Gen294 @ 2024-07-10-12:24

This commit is contained in:
Jonas Röger 2024-07-10 12:24:16 +02:00
parent 75327f7adb
commit a517d08faa

View File

@ -59,6 +59,7 @@
export EMACS="${wrapped-emacs}/bin/emacs" export EMACS="${wrapped-emacs}/bin/emacs"
export DOOMDIR="${config.home.sessionVariables.DOOMDIR}" export DOOMDIR="${config.home.sessionVariables.DOOMDIR}"
export DOOMLOCALDIR="${config.home.sessionVariables.DOOMLOCALDIR}" export DOOMLOCALDIR="${config.home.sessionVariables.DOOMLOCALDIR}"
export LD_LIBRARY_PATH "${pkgs.stdenv.cc.cc.lib}/lib"
if [ ! -d "$DOOMLOCALDIR" ]; then if [ ! -d "$DOOMLOCALDIR" ]; then
${config.xdg.configHome}/doom-emacs/bin/doom install --force --no-env ${config.xdg.configHome}/doom-emacs/bin/doom install --force --no-env
else else