25 lines
514 B
YAML
25 lines
514 B
YAML
|
- name: Install utilities
|
||
|
become: yes
|
||
|
apt:
|
||
|
state: latest
|
||
|
install_recommends: false
|
||
|
name:
|
||
|
- swaylock
|
||
|
- swaybg
|
||
|
- waybar
|
||
|
- xdg-desktop-portal-wlr
|
||
|
- xdg-desktop-portal-gtk
|
||
|
- xfce4-appfinder
|
||
|
- rtkit
|
||
|
- pipewire
|
||
|
- pipewire-pulse
|
||
|
- wireplumber
|
||
|
- qpwgraph
|
||
|
- alsa-utils
|
||
|
- brightnessctl
|
||
|
- gnome-keyring
|
||
|
- adwaita-icon-theme
|
||
|
- fonts-firacode
|
||
|
- fonts-font-awesome
|
||
|
- fonts-noto-color-emoji
|
||
|
- thunar
|