stan: enable bt

This commit is contained in:
Aaron Bieber 2022-08-30 07:45:39 -06:00
parent 17f5f3bd91
commit 5ef73472e7
No known key found for this signature in database

View File

@ -40,4 +40,5 @@
lib.mkDefault config.hardware.enableRedistributableFirmware;
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
hardware.bluetooth.enable = true;
}