summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-02-03 14:56:48 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-02-03 14:56:48 +0530
commitc26299ade691db88bd481e9f62af6f049872338d (patch)
tree927fe41c1636f84d7162a4799cbc5b650be2c271 /modules/core
parent62c6e3038af1e360af462c928d28d049070e113f (diff)
update
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 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;
}