[NixOS] Enable bluetooth

This commit is contained in:
Ivan Malison 2019-12-10 11:34:39 -08:00
parent 130b3623e9
commit 8903aed810
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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