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 DOOMLOCALDIR="${config.home.sessionVariables.DOOMLOCALDIR}"
|
||||
if [ ! -d "$DOOMLOCALDIR" ]; then
|
||||
${config.xdg.configHome}/doom-emacs/bin/doom -y install
|
||||
${config.xdg.configHome}/doom-emacs/bin/doom --force install
|
||||
else
|
||||
${config.xdg.configHome}/doom-emacs/bin/doom "$@"
|
||||
fi
|
||||
@ -62,18 +62,18 @@ in {
|
||||
};
|
||||
"doom-config/init.el" = {
|
||||
source = ./static/doom-config/init.el;
|
||||
onChange = "${doom-setup} --force --sync";
|
||||
onChange = "${doom-setup} --force sync";
|
||||
};
|
||||
"doom-config/packages.el" = {
|
||||
source = ./static/doom-config/packages.el;
|
||||
onChange = "${doom-setup} --force --sync -u";
|
||||
onChange = "${doom-setup} --force sync -u";
|
||||
};
|
||||
"doom-emacs" = {
|
||||
source = builtins.fetchGit {
|
||||
url = "https://github.com/doomemacs/doomemacs";
|
||||
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
|
||||
markdown ; writing docs for people to ignore
|
||||
;;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
|
||||
org ; organize your plain life in plain text
|
||||
;;php ; perl's insecure younger brother
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user