nixfiles/profiles/sound/base.nix

10 lines
98 B
Nix

{
pkgs,
...
}: {
hardware.firmware = with pkgs; [
alsa-firmware
sof-firmware
];
}