added last package

- now just need to get it all to work
This commit is contained in:
Matthew Stobbs
2025-02-28 21:24:55 -07:00
parent 2a86ffb94b
commit 1492dd0db4
4 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
- name: Append to pkg_src
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + hyprgraphics.build_deps }}"
pkg_src: "{{ pkg_src + ['hyprgraphics'] }}"