add new packages
- nwg-drawer: launcher for hyprland - wofi: cmd launcher for hyprland
This commit is contained in:
5
tasks/pkgs/nwg-drawer.yml
Normal file
5
tasks/pkgs/nwg-drawer.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# vim: set filetype=yaml.ansible :
|
||||||
|
---
|
||||||
|
- name: Add nwg-drawer to pkg_sys
|
||||||
|
ansible.builtin.set_fact:
|
||||||
|
pkg_sys: "{{ pkg_sys + ['nwg-drawer'] }}"
|
||||||
5
tasks/pkgs/wofi.yml
Normal file
5
tasks/pkgs/wofi.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# vim: set filetype=yaml.ansible :
|
||||||
|
---
|
||||||
|
- name: Add wofi to pkg_sys
|
||||||
|
ansible.builtin.set_fact:
|
||||||
|
pkg_sys: "{{ pkg_sys + ['wofi'] }}"
|
||||||
Reference in New Issue
Block a user