NixFiles/systems/pogmachine/bluetooth.nix

7 lines
92 B
Nix
Raw Normal View History

2023-04-09 12:56:40 +01:00
{ config, ... }:
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}