summaryrefslogtreecommitdiff
path: root/modules/core/bluetooth.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-10-17 12:23:26 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-10-17 12:23:26 +0530
commit2f3d3f02c42839890a692b63d7ea6433060e34d9 (patch)
treec774525701f1ce368fe70f16ca66f0cebd75b844 /modules/core/bluetooth.nix
parent9cb4903aa9c90b7b0f88fe1f954e7474247c06d2 (diff)
Update
Diffstat (limited to 'modules/core/bluetooth.nix')
-rw-r--r--modules/core/bluetooth.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/bluetooth.nix b/modules/core/bluetooth.nix
index 5e64d97..fbd9b48 100644
--- a/modules/core/bluetooth.nix
+++ b/modules/core/bluetooth.nix
@@ -3,5 +3,5 @@
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
- services.blueman.enable = true;
+ # services.blueman.enable = true;
}