Install packages for pipewire audio
This commit is contained in:
parent
a60a64aaaa
commit
ec69a9a72e
1 changed files with 9 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
- graphviz
|
||||
- htop
|
||||
- imagemagick
|
||||
- less
|
||||
- net-tools
|
||||
- neofetch
|
||||
- networkmanager
|
||||
|
@ -103,3 +104,11 @@
|
|||
state: present
|
||||
name: it.mijorus.smile
|
||||
|
||||
- name: install audio [Arch]
|
||||
become: yes
|
||||
community.general.pacman:
|
||||
name:
|
||||
- pipewire
|
||||
- pipewire-alsa
|
||||
- pipewire-pulse
|
||||
- wireplumber
|
||||
|
|
Loading…
Add table
Reference in a new issue