Generation 57 2024-04-20 03:40:14 (current)
This commit is contained in:
parent
4bc1f9d62d
commit
dbd7e64584
@ -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 -y install
|
${config.xdg.configHome}/doom-emacs/bin/doom --force install
|
||||||
else
|
else
|
||||||
${config.xdg.configHome}/doom-emacs/bin/doom "$@"
|
${config.xdg.configHome}/doom-emacs/bin/doom "$@"
|
||||||
fi
|
fi
|
||||||
@ -62,18 +62,18 @@ 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} --force sync";
|
||||||
};
|
};
|
||||||
"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} --force sync -u";
|
||||||
};
|
};
|
||||||
"doom-emacs" = {
|
"doom-emacs" = {
|
||||||
source = builtins.fetchGit {
|
source = builtins.fetchGit {
|
||||||
url = "https://github.com/doomemacs/doomemacs";
|
url = "https://github.com/doomemacs/doomemacs";
|
||||||
rev = "9620bb45ac4cd7b0274c497b2d9d93c4ad9364ee";
|
rev = "9620bb45ac4cd7b0274c497b2d9d93c4ad9364ee";
|
||||||
};
|
};
|
||||||
onChange = "${doom-setup} --force --sync -u";
|
onChange = "${doom-setup} --force sync -u";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -152,7 +152,7 @@
|
|||||||
;;lua ; one-based indices? one-based indices
|
;;lua ; one-based indices? one-based indices
|
||||||
markdown ; writing docs for people to ignore
|
markdown ; writing docs for people to ignore
|
||||||
;;nim ; python + lisp at the speed of c
|
;;nim ; python + lisp at the speed of c
|
||||||
;;nix ; I hereby declare "nix geht mehr!"
|
nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;ocaml ; an objective camel
|
||||||
org ; organize your plain life in plain text
|
org ; organize your plain life in plain text
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user