feat(audio): Add pipewire stack
This commit is contained in:
parent
3bcf928bc5
commit
3de5e42b28
3 changed files with 74 additions and 19 deletions
|
|
@ -1,3 +1,21 @@
|
|||
all:
|
||||
vars:
|
||||
user_name: voidboi
|
||||
user_pass: voidlinux
|
||||
user_shell: zsh
|
||||
user_groups:
|
||||
- wheel
|
||||
- _seatd # TODO: This will error if it does not exist? (seatd not installed)
|
||||
- dialout
|
||||
- disk
|
||||
- input
|
||||
- kvm
|
||||
- lp
|
||||
- plugdev
|
||||
- scanner
|
||||
- storage
|
||||
- usbmon
|
||||
|
||||
# example separation of packages: GUIs and DEs in workstation, only terminal in headless
|
||||
workstation:
|
||||
children:
|
||||
|
|
@ -11,6 +29,8 @@ target_system:
|
|||
local_target:
|
||||
vars:
|
||||
desired_package_state: latest
|
||||
user_name: marty
|
||||
user_pass: marty
|
||||
|
||||
hostsystem:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue