nix-config/machines/aramis/sound.nix
Bruno BELANYI ca1c7962ea machines: aramis: sound: switch to pipewire
The support for mSBC means I should get better audio on my QC35.
2021-05-25 23:13:35 +02:00

11 lines
106 B
Nix

{ ... }:
{
my.modules.sound = {
enable = true;
pipewire = {
enable = true;
};
};
}