mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
14 lines
200 B
Nix
14 lines
200 B
Nix
{...}: {
|
|
services = {
|
|
pipewire = {
|
|
enable = true;
|
|
alsa = {
|
|
enable = true;
|
|
support32Bit = true;
|
|
};
|
|
pulse = {
|
|
enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|