summaryrefslogtreecommitdiffstats
path: root/audio-gd/compass2.nix
blob: 6115572588e9ee922d6fcfa8e58cb55047f853c7 (plain)
1
2
3
4
5
6
7
8
9
{ config, pkgs, ... }:

{
  boot = {
    extraModprobeConfig = ''
      options snd slots=snd_usb_audio,snd-hda-intel
    '';
  };
}