more hyprland packages
This commit is contained in:
9
tasks/config/hyprlang.yml
Normal file
9
tasks/config/hyprlang.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: Set hyprlang config
|
||||
ansible.builtin.set_fact:
|
||||
hyprlang:
|
||||
vers: "{{ pkgconfig.hyprlang.version }}"
|
||||
repo: "{{ pkgconfig.hyprlang.repo }}"
|
||||
pkg_deps: "{{ pkgconfig.hyprlang.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.hyrplang.build_deps[ansible_os_family] }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprlang"
|
||||
installed_files: "{{ pkgconfig.hyprlang.build_installed_files }}"
|
||||
Reference in New Issue
Block a user