commit
24d1c5b322
9
audio-gd/compass2.nix
Normal file
9
audio-gd/compass2.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
extraModprobeConfig = ''
|
||||
options snd slots=snd_usb_audio,snd-hda-intel
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue