aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-06-29 14:45:20 +0530
committerAkshay Nair <phenax5@gmail.com>2023-06-29 14:45:20 +0530
commitf8f66295d90c6db724da519cc1be1ef1233ecdf5 (patch)
tree42b176ac7303f95c897671018b555c38765737f9 /configuration.nix
parentedc4ef0106f7d4a37d367e81ae9e6470dbdc7087 (diff)
downloadnixos-config-f8f66295d90c6db724da519cc1be1ef1233ecdf5.tar.gz
nixos-config-f8f66295d90c6db724da519cc1be1ef1233ecdf5.zip
config sync:
Diffstat (limited to '')
-rw-r--r--configuration.nix3
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 = {