qt, quickshell, wms

This commit is contained in:
ProgramSnail 2025-08-22 14:35:39 +03:00
parent 147bf7b5d6
commit 2eb5a886f8
8 changed files with 134 additions and 7 deletions

View file

@ -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"