feat(packages): Add de interface installation stack
contains input interfaces, display, fonts, etc - all running in graphical (wayland) environment
This commit is contained in:
parent
b3c5347143
commit
db76d2ae58
2 changed files with 14 additions and 6 deletions
|
@ -12,3 +12,13 @@ chroot:
|
||||||
interface:
|
interface:
|
||||||
hosts:
|
hosts:
|
||||||
void:
|
void:
|
||||||
|
vars:
|
||||||
|
packages_de:
|
||||||
|
- bemenu
|
||||||
|
- pinentry-bemenu
|
||||||
|
- clipman
|
||||||
|
- grim
|
||||||
|
- kanshi
|
||||||
|
- mako
|
||||||
|
- slurp
|
||||||
|
- waylock
|
||||||
|
|
|
@ -28,12 +28,10 @@
|
||||||
state: present
|
state: present
|
||||||
notify: installed-fonts
|
notify: installed-fonts
|
||||||
|
|
||||||
# - name: Install base custom stuff
|
- name: Install base custom stuff
|
||||||
# community.general.xbps:
|
community.general.xbps:
|
||||||
# name:
|
name: "{{ packages_de }}"
|
||||||
# - zsh
|
state: present
|
||||||
# state: present
|
|
||||||
# notify: installed-fonts
|
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: Activate keyd service
|
- name: Activate keyd service
|
||||||
|
|
Loading…
Reference in a new issue