diff options
Diffstat (limited to '')
| -rw-r--r-- | configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 = { |
