From 0c525380fcf8b3b6ee9e645e67ea847e5f25ace3 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 13 Dec 2021 07:23:23 +0000 Subject: [PATCH] Enable bluetooth --- hosts/common/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index eecdc62..5586288 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -62,6 +62,9 @@ hardware.opengl.driSupport32Bit = true; + hardware.bluetooth.enable = true; + services.blueman.enable = true; + # Define a user account. Don't forget to set a password with ‘passwd’. users.users.daniel = { isNormalUser = true;