NixFiles/systems/desktop/bluetooth.nix
2023-03-29 06:58:29 +01:00

7 lines
92 B
Nix

{ config, ... }:
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}