7 lines
95 B
Nix
7 lines
95 B
Nix
{ pkgs, lib, ... }:
|
|
|
|
{
|
|
hardware.bluetooth.enable = true;
|
|
services.blueman.enable = true;
|
|
}
|