Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 17, 2022 19:13
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 ryantm/479c167d1edbf915e116df880fb7aec0 to your computer and use it in GitHub Desktop.
Save ryantm/479c167d1edbf915e116df880fb7aec0 to your computer and use it in GitHub Desktop.
{
hardware.bluetooth.enable = true;
hardware.bluetooth.package = pkgs.bluezFull;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment