summaryrefslogtreecommitdiff
path: root/modules/bluetooth.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-02-29 22:04:27 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-02-29 22:04:27 +0530
commit743478f373a66f7b050030948824d722d6b2cc67 (patch)
tree07018801a29c1dce5e7876afb3845d8b20232e7e /modules/bluetooth.nix
parentd4967ba5f47553bcfcc60fd5af2c4187d8cc448e (diff)
update
Diffstat (limited to 'modules/bluetooth.nix')
-rw-r--r--modules/bluetooth.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bluetooth.nix b/modules/bluetooth.nix
index 5e64d97..fbd9b48 100644
--- a/modules/bluetooth.nix
+++ b/modules/bluetooth.nix
@@ -3,5 +3,5 @@
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
- services.blueman.enable = true;
+ # services.blueman.enable = true;
}