Skip to content

feat: add aur package support to system.yaml

Veggie Tanuki requested to merge veggieTanuki/akshara:aur-packages into main

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

Merge request reports