Home Gen280 @ 2024-06-14-18:41
This commit is contained in:
parent
60cef05d42
commit
773d3f9582
@ -31,7 +31,6 @@
|
||||
pandoc-katex
|
||||
python311Packages.debugpy
|
||||
python311Packages.grip
|
||||
stdenv.cc.cc.lib
|
||||
unzip
|
||||
zstd
|
||||
];
|
||||
@ -44,11 +43,14 @@
|
||||
--prefix PATH : ${lib.makeBinPath doom-path-pkgs} \
|
||||
--add-flags "--init-directory=${config.xdg.configHome}/doom-emacs" \
|
||||
--set DOOMDIR "${config.home.sessionVariables.DOOMDIR}" \
|
||||
--set DOOMLOCALDIR "${config.home.sessionVariables.DOOMLOCALDIR}"
|
||||
--set DOOMLOCALDIR "${config.home.sessionVariables.DOOMLOCALDIR}" \
|
||||
--set LD_LIBRARY_PATH "${pkgs.stdenv.cc.cc.lib}/lib"
|
||||
|
||||
wrapProgram $out/bin/emacsclient \
|
||||
--prefix PATH : ${lib.makeBinPath doom-path-pkgs} \
|
||||
--set DOOMDIR "${config.home.sessionVariables.DOOMDIR}" \
|
||||
--set DOOMLOCALDIR "${config.home.sessionVariables.DOOMLOCALDIR}"
|
||||
--set DOOMLOCALDIR "${config.home.sessionVariables.DOOMLOCALDIR}" \
|
||||
--set LD_LIBRARY_PATH "${pkgs.stdenv.cc.cc.lib}/lib"
|
||||
'';
|
||||
};
|
||||
doom-setup = pkgs.writeShellScript "doom-setup" ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user