[NixOS] Enable bluetooth

This commit is contained in:
2019-12-10 11:34:39 -08:00
parent 130b3623e9
commit 8903aed810

View File

@@ -53,6 +53,8 @@ in
hardware.opengl.driSupport32Bit = true;
hardware.bluetooth.enable = true;
i18n = {
consoleKeyMap = "us";
defaultLocale = "en_US.UTF-8";