Generation 60 2024-04-20 15:01:48 (current)
This commit is contained in:
parent
39f4021091
commit
52b486ceb9
@ -35,7 +35,7 @@
|
|||||||
export DOOMDIR="${config.home.sessionVariables.DOOMDIR}"
|
export DOOMDIR="${config.home.sessionVariables.DOOMDIR}"
|
||||||
export DOOMLOCALDIR="${config.home.sessionVariables.DOOMLOCALDIR}"
|
export DOOMLOCALDIR="${config.home.sessionVariables.DOOMLOCALDIR}"
|
||||||
if [ ! -d "$DOOMLOCALDIR" ]; then
|
if [ ! -d "$DOOMLOCALDIR" ]; then
|
||||||
${config.xdg.configHome}/doom-emacs/bin/doom --force install
|
${config.xdg.configHome}/doom-emacs/bin/doom install --force
|
||||||
else
|
else
|
||||||
${config.xdg.configHome}/doom-emacs/bin/doom "$@"
|
${config.xdg.configHome}/doom-emacs/bin/doom "$@"
|
||||||
fi
|
fi
|
||||||
@ -62,11 +62,11 @@ in {
|
|||||||
};
|
};
|
||||||
"doom-config/init.el" = {
|
"doom-config/init.el" = {
|
||||||
source = ./static/doom-config/init.el;
|
source = ./static/doom-config/init.el;
|
||||||
onChange = "${doom-setup} --force sync";
|
onChange = "${doom-setup} sync --force";
|
||||||
};
|
};
|
||||||
"doom-config/packages.el" = {
|
"doom-config/packages.el" = {
|
||||||
source = ./static/doom-config/packages.el;
|
source = ./static/doom-config/packages.el;
|
||||||
onChange = "${doom-setup} --force sync -u";
|
onChange = "${doom-setup} sync --force -u";
|
||||||
};
|
};
|
||||||
"doom-emacs" = {
|
"doom-emacs" = {
|
||||||
source = builtins.fetchGit {
|
source = builtins.fetchGit {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user