10 lines
175 B
Nix
10 lines
175 B
Nix
{ ... }:
|
|
|
|
{
|
|
# Enable bluetooth
|
|
hardware.bluetooth.enable = true;
|
|
hardware.bluetooth.powerOnBoot = true;
|
|
|
|
# Enable blueman
|
|
services.blueman.enable = true;
|
|
} |