mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
aff0158ef7
Signed-off-by: magic_rb <magic_rb@redalder.org>
14 lines
235 B
Nix
14 lines
235 B
Nix
{secret, ...}: {
|
|
security.rtkit.enable = true;
|
|
services.pipewire = {
|
|
enable = true;
|
|
|
|
wireplumber.enable = true;
|
|
|
|
alsa.enable = true;
|
|
alsa.support32Bit = true;
|
|
jack.enable = true;
|
|
pulse.enable = true;
|
|
};
|
|
}
|