summaryrefslogtreecommitdiff
path: root/modules/core/bluetooth.nix
diff options
context:
space:
mode:
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 fbd9b48..5e64d97 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;
}