Generation 66 2024-04-20 19:39:44 (current)
This commit is contained in:
parent
f99b4bc051
commit
4f0622c696
@ -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}
|
||||
'';
|
||||
|
||||
@ -27,7 +27,6 @@ in {
|
||||
plugins = [
|
||||
"docker"
|
||||
"docker-compose"
|
||||
"emacs"
|
||||
"fzf"
|
||||
"git"
|
||||
"pass"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user