5 lines
89 B
Nix
5 lines
89 B
Nix
|
{ pkgs, ... }: {
|
||
|
hardware.bluetooth.enable = true;
|
||
|
services.blueman.enable = true;
|
||
|
}
|