Skip to content

Instantly share code, notes, and snippets.

@thorhop
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save thorhop/87b8ba29da3630964eaa to your computer and use it in GitHub Desktop.

Select an option

Save thorhop/87b8ba29da3630964eaa to your computer and use it in GitHub Desktop.
Will this work?
{
kernelModules =
if cfg.alsaSeq.enable then
[ "snd-seq"
"snd-rawmidi"
]
or (cfg.soundcardUsbId != "")
[ "snd-usb-audio" ]
else [ ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment