mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-24 07:34:15 -05:00
work
This commit is contained in:
parent
8d050db3b3
commit
8100701e5d
5 changed files with 86 additions and 2 deletions
9
hosts/common/optional/audio.nix
Normal file
9
hosts/common/optional/audio.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
services.pulseaudio.support32Bit = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue