Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created March 8, 2018 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/7a1807f0902ddba7666df01058ebf10d to your computer and use it in GitHub Desktop.
Save cleverca22/7a1807f0902ddba7666df01058ebf10d to your computer and use it in GitHub Desktop.
$ cat /etc/asound.conf
pcm_type.pulse {
libs.native = /nix/store/ly55aq9alqrl9862rqvgpnj9l73h1blb-alsa-plugins-1.1.5/lib/alsa-lib/libasound_module_pcm_pulse.so ;
}
pcm.!default {
type pulse
hint.description "Default Audio Device (via PulseAudio)"
}
ctl_type.pulse {
libs.native = /nix/store/ly55aq9alqrl9862rqvgpnj9l73h1blb-alsa-plugins-1.1.5/lib/alsa-lib/libasound_module_ctl_pulse.so ;
}
ctl.!default {
type pulse
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment