summaryrefslogtreecommitdiff
path: root/modules/core/bluetooth.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-11-04 10:06:11 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-11-04 10:06:11 +0530
commit53a39bc6f60b8d19964a64583fbf10088b7c8d20 (patch)
tree48fbaf3ed1cf3450a570d373a95fb23db88636d2 /modules/core/bluetooth.nix
parentb13a66ee6f5c5bad7425a2cdbb64ddb4267bcf9a (diff)
(update): dwl, vm config
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;
}