Migrate nymph desktop to SwayFX and Noctalia

This commit is contained in:
Fabio Scotto di Santolo
2026-04-21 23:04:52 +02:00
parent f954dd70b3
commit 3a95e4d226
15 changed files with 170 additions and 419 deletions

View File

@@ -67,7 +67,16 @@
else []
)
+ (host_packages | default([]))
) | unique
)
| unique
}}
state: present
update_cache: false
- name: Remove host-specific packages on Void Linux
tags: [packages]
community.general.xbps:
name: "{{ (host_remove_packages | default([])) | unique }}"
state: absent
update_cache: false
when: (host_remove_packages | default([])) | length > 0