adding hyprcursor

This commit is contained in:
Matthew Stobbs
2025-02-28 17:50:02 -07:00
parent e4d32cbac1
commit f4744bcec9
3 changed files with 20 additions and 3 deletions

View File

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