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