mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
|
assignments {
|
||
|
sound-server {
|
||
|
// original config matches on /usr/bin/..., but this is NixOS
|
||
|
pipewire
|
||
|
pipewire-pulse
|
||
|
jackd
|
||
|
}
|
||
|
}
|