chore: adds bluetooth

This commit is contained in:
Ahwx 2024-06-18 16:20:25 +02:00
parent 2bba124946
commit da9d503353

View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
}