summaryrefslogtreecommitdiff
path: root/modules/core/bluetooth.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-09 21:52:19 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-09 21:52:19 +0530
commitdb0493863f4d89a074eea0b4e230ff00cea67611 (patch)
treef3e71ae0efd67a926c2a8e7143e4fb0788857947 /modules/core/bluetooth.nix
parentd4c18c4b2f659d1b7dfceefcc06e498762b9c5e4 (diff)
update
Diffstat (limited to 'modules/core/bluetooth.nix')
-rw-r--r--modules/core/bluetooth.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/core/bluetooth.nix b/modules/core/bluetooth.nix
new file mode 100644
index 0000000..fbd9b48
--- /dev/null
+++ b/modules/core/bluetooth.nix
@@ -0,0 +1,7 @@
+{ config, ... }:
+
+{
+ hardware.bluetooth.enable = true;
+ hardware.bluetooth.powerOnBoot = true;
+ # services.blueman.enable = true;
+}