mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-27 10:41:08 +02:00
10 lines
257 B
YAML
10 lines
257 B
YAML
collections:
|
|
- name: kewlfft.aur
|
|
- name: community.general
|
|
pacman:
|
|
# Propably it makes sense to move the following to the requirements.txt to just install it in the python venv
|
|
- ansible
|
|
- python-passlib
|
|
- python-pytest
|
|
yay:
|
|
- python-simpleaudio |