workstation/roles/netbsd/tasks/packages-gui.yml

7 lines
190 B
YAML
Raw Normal View History

---
- name: Install GUI packages
become: true
pkgin:
name: adwaita-icon-theme,atril,firefox,fvwm,liberation-ttf,mate-terminal,rxvt-unicode,vim-gtk3,xlockmore-lite
state: present