more hyprland packages

This commit is contained in:
Matthew Stobbs
2025-02-28 17:29:51 -07:00
parent 5faa2ae1f3
commit e4d32cbac1
8 changed files with 203 additions and 102 deletions

13
tasks/pkgs/hyprlang.yml Normal file
View File

@@ -0,0 +1,13 @@
- name: Ensure pkg_deps are added
loop: hyprlang.pkg_deps
loop_control:
loop_var: pkg_dep
vars:
pkg: "{{ pkg_dep }}"
ansible.builtin.include_tasks:
file: addpkg.yml
- name: Append to pkg_src
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + hyprlang.build_deps }}"
pkg_src: "{{ pkg_src + ['hyprlang'] }}"