From f8f66295d90c6db724da519cc1be1ef1233ecdf5 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 29 Jun 2023 14:45:20 +0530 Subject: config sync: --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index b41be4d..40796f0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -57,7 +57,8 @@ in # }; # }; - hardware.bluetooth.enable = false; + # NOTE: Enable bluetooth using this and then use bluetoothctl + # hardware.bluetooth.enable = true; # services.blueman.enable = true; # services.vdirsyncer = { -- cgit v1.3.1