Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ➜ ~ grep pulse -A3 /etc/nixos/configuration.nix
- hardware.pulseaudio = {
- enable = true;
- # For Steam
- support32Bit = true;
- --
- package = pkgs.pulseaudioFull;
- };
- hardware.bluetooth.enable = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement