dotfiles/nixos/system/bluetooth.nix
2025-01-11 22:07:56 +01:00

7 lines
125 B
Nix

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