Files
nixos-config/system/hardware/bluetooth.nix
2023-06-20 22:08:25 -05:00

8 lines
112 B
Nix

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