Working
This commit is contained in:
parent
bc1347a224
commit
270252e5f8
19 changed files with 178 additions and 84 deletions
6
modules/bluetooth/default.nix
Normal file
6
modules/bluetooth/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
services.blueman.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
services.dbus.packages = with pkgs; [blueman];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue