From 8903aed810a4793ad170a69e39d0b85ed74b05a5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 10 Dec 2019 11:34:39 -0800 Subject: [PATCH] [NixOS] Enable bluetooth --- nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 8cb3fd39..e36191d3 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -53,6 +53,8 @@ in hardware.opengl.driSupport32Bit = true; + hardware.bluetooth.enable = true; + i18n = { consoleKeyMap = "us"; defaultLocale = "en_US.UTF-8";