summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-13 13:37:24 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-13 13:37:24 +0530
commit8229f33e5f3e434797da22ebdd20aabc5d4203eb (patch)
treec97df6dc22a98d3ad8774053b355721eb9cb9d38 /modules/core
parent4f1c996011231ccb77bafb8381874e3b5ff61368 (diff)
use plasma6
Diffstat (limited to 'modules/core')
-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;
}