Cleanup packages and use all cores

This commit is contained in:
exu 2025-03-06 21:29:58 +01:00
parent b5f6673376
commit 2d2e25235f

View File

@ -7,7 +7,7 @@
- name: Doom Emacs | Update if present - aync
ansible.builtin.shell:
cmd: "~/.config/emacs/bin/doom sync"
cmd: "~/.config/emacs/bin/doom sync --gc -j $(nproc)"
when: doom_emacs.stat.exists
async: 600
poll: 0