Generation 60 2024-04-20 15:01:48 (current)

This commit is contained in:
Jonas Röger 2024-04-20 15:01:49 +02:00
parent 39f4021091
commit 52b486ceb9

View File

@ -35,7 +35,7 @@
export DOOMDIR="${config.home.sessionVariables.DOOMDIR}"
export DOOMLOCALDIR="${config.home.sessionVariables.DOOMLOCALDIR}"
if [ ! -d "$DOOMLOCALDIR" ]; then
${config.xdg.configHome}/doom-emacs/bin/doom --force install
${config.xdg.configHome}/doom-emacs/bin/doom install --force
else
${config.xdg.configHome}/doom-emacs/bin/doom "$@"
fi
@ -62,11 +62,11 @@ in {
};
"doom-config/init.el" = {
source = ./static/doom-config/init.el;
onChange = "${doom-setup} --force sync";
onChange = "${doom-setup} sync --force";
};
"doom-config/packages.el" = {
source = ./static/doom-config/packages.el;
onChange = "${doom-setup} --force sync -u";
onChange = "${doom-setup} sync --force -u";
};
"doom-emacs" = {
source = builtins.fetchGit {