1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00
nixos-hardware/audio-gd/compass2.nix

10 lines
133 B
Nix
Raw Normal View History

2016-02-08 16:50:09 +01:00
{ config, pkgs, ... }:
{
boot = {
extraModprobeConfig = ''
options snd slots=snd_usb_audio,snd-hda-intel
'';
};
}