Home Gen349 @ 2024-10-04-19:48

This commit is contained in:
Jonas Röger 2024-10-04 19:48:28 +02:00
parent 7fc42ae7f9
commit 0294f43d1b

View File

@ -55,8 +55,7 @@
--prefix PATH : ${lib.makeBinPath doom-path-pkgs} \ --prefix PATH : ${lib.makeBinPath doom-path-pkgs} \
--set DOOMDIR "${config.home.sessionVariables.DOOMDIR}" \ --set DOOMDIR "${config.home.sessionVariables.DOOMDIR}" \
--set DOOMLOCALDIR "${config.home.sessionVariables.DOOMLOCALDIR}" \ --set DOOMLOCALDIR "${config.home.sessionVariables.DOOMLOCALDIR}" \
--suffix LD_LIBRARY_PATH : "${pkgs.stdenv.cc.cc.lib}/lib" \ --suffix LD_LIBRARY_PATH : "${pkgs.stdenv.cc.cc.lib}/lib"
--append-flags "-s ${doom-socket-path}"
''; '';
}; };
doom-setup = pkgs.writeShellScript "doom-setup" '' doom-setup = pkgs.writeShellScript "doom-setup" ''