feat: add aur package support to system.yaml
Add an aur-packages
key to allow installing AUR packages.
Example:
# ...
aur-packages:
- 'bws-bin'
- 'espanso-bin'
# ...
This relies on the Chaotic AUR to install paru
. If this is undesirable, I can pull the paru
bin directly from their releases page.
Edited by Asterisk