1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

Merge pull request #4 from jagajaga/master

audio-gd/compass2: init
This commit is contained in:
Emery Hemingway 2016-02-08 18:49:05 +01:00
commit 24d1c5b322

9
audio-gd/compass2.nix Normal file
View File

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
boot = {
extraModprobeConfig = ''
options snd slots=snd_usb_audio,snd-hda-intel
'';
};
}