added more hyprland packages

This commit is contained in:
Matthew Stobbs
2025-02-28 16:22:21 -07:00
parent 91cdc5056c
commit 5faa2ae1f3
8 changed files with 106 additions and 7 deletions

4
tasks/pkgs/hyprutils.yml Normal file
View File

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