mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-08 20:55:07 +00:00
qt, quickshell, wms
This commit is contained in:
parent
147bf7b5d6
commit
2eb5a886f8
8 changed files with 134 additions and 7 deletions
|
|
@ -17,3 +17,11 @@
|
|||
- name: Installing proxies
|
||||
ansible.builtin.import_tasks: proxy.yml
|
||||
when: "'proxy' in apps"
|
||||
|
||||
- name: Installing wm
|
||||
ansible.builtin.import_tasks: wm.yml
|
||||
when: "'wm' in apps"
|
||||
|
||||
- name: Installing quickshell
|
||||
ansible.builtin.import_tasks: quickshell.yml
|
||||
when: "'quickshell' in apps"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue