nixos: add bluetooth support
This commit is contained in:
parent
1deb6b8b96
commit
77d1fe8bd0
|
@ -8,6 +8,7 @@
|
|||
# alsa.support32bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
environment.systemPackages = [ pkgs.pulseaudio-modules-bt ];
|
||||
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
sound.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in New Issue