Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ➜ ~ grep pulse -A3 /etc/nixos/configuration.nix
  2. hardware.pulseaudio = {
  3. enable = true;
  4. # For Steam
  5. support32Bit = true;
  6. --
  7. package = pkgs.pulseaudioFull;
  8. };
  9.  
  10. hardware.bluetooth.enable = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement