Generation 66 2024-04-20 19:39:44 (current)

This commit is contained in:
Jonas Röger 2024-04-20 19:39:45 +02:00
parent f99b4bc051
commit 4f0622c696
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,8 @@
nativeBuildInputs = [pkgs.makeBinaryWrapper];
postBuild = ''
wrapProgram $out/bin/emacs \
--prefix PATH : ${lib.makeBinPath doom-path-pkgs}
--prefix PATH : ${lib.makeBinPath doom-path-pkgs} \
--add-flags "--init-directory=${config.xdg.configHome}/doom-emacs"
wrapProgram $out/bin/emacsclient \
--prefix PATH : ${lib.makeBinPath doom-path-pkgs}
'';

View File

@ -27,7 +27,6 @@ in {
plugins = [
"docker"
"docker-compose"
"emacs"
"fzf"
"git"
"pass"