contains input interfaces, display, fonts, etc - all running in graphical (wayland) environment
24 lines
359 B
YAML
24 lines
359 B
YAML
hostsystem:
|
|
hosts:
|
|
127.0.0.1:
|
|
ansible_connection: local
|
|
|
|
chroot:
|
|
hosts:
|
|
void:
|
|
ansible_host: /mnt/void
|
|
ansible_connection: community.general.chroot
|
|
|
|
interface:
|
|
hosts:
|
|
void:
|
|
vars:
|
|
packages_de:
|
|
- bemenu
|
|
- pinentry-bemenu
|
|
- clipman
|
|
- grim
|
|
- kanshi
|
|
- mako
|
|
- slurp
|
|
- waylock
|