mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-31 03:38:16 +00:00
qt, quickshell, wms
This commit is contained in:
parent
147bf7b5d6
commit
2eb5a886f8
8 changed files with 134 additions and 7 deletions
|
|
@ -33,6 +33,14 @@
|
|||
ansible.builtin.import_tasks: truffle.yml
|
||||
when: "'truffle' in tools"
|
||||
|
||||
# - name: Truffle development environment
|
||||
# ansible.builtin.import_tasks: opengl.yml
|
||||
# when: "'opengl' in tools"
|
||||
|
||||
- name: Truffle development environment
|
||||
ansible.builtin.import_tasks: gamedev.yml
|
||||
when: "'gamedev' in tools"
|
||||
|
||||
- name: Truffle development environment
|
||||
ansible.builtin.import_tasks: qt.yml
|
||||
when: "'qt' in tools"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue