Added --aot flag to doom-sync

This commit is contained in:
Aleksandr Lebedev 2025-01-17 20:47:46 +01:00
parent 0997ec9f49
commit 8bb191aa4f
2 changed files with 4 additions and 3 deletions

View file

@ -31,6 +31,7 @@ in {
pipenv
python313Packages.nose2
python313Packages.pytest
graphviz
shellcheck
nodejs_23
@ -42,7 +43,7 @@ in {
pidof emacs || ${emacs}/bin/emacs --daemon &
'')
(pkgs.writeShellScriptBin "doom-sync" ''
~/.emacs.d/bin/doom sync
~/.emacs.d/bin/doom sync --aot --force
'')
(pkgs.writeShellScriptBin "doom-upgrade" ''
~/.emacs.d/bin/doom upgrade

View file

@ -56,8 +56,8 @@
};
};
clock = {
format-alt = "{:%Y-%m-%d}";
tooltip-format = "{:%Y-%m-%d | %H:%M}";
format-alt = "{:%d-%m-%Y}";
tooltip-format = "{:%d-%m-%Y | %H:%M}";
};
cpu = {
format = "{usage}% ";