Guest User

Untitled

a guest
Jun 12th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. sound.enable = true;
  2. hardware.pulseaudio = {
  3. enable = true;
  4. extraModules = [ pkgs.pulseaudio-modules-bt ];
  5. package = pkgs.pulseaudioFull;
  6. };
  7. nixpkgs.config.pulseaudio = true;
Add Comment
Please, Sign In to add comment