Bluetooth
This commit is contained in:
parent
0a88804fc0
commit
d5f311bfa9
3 changed files with 10 additions and 0 deletions
8
profiles/bluetooth/default.nix
Normal file
8
profiles/bluetooth/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-modules-bt ];
|
||||
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue