From db0493863f4d89a074eea0b4e230ff00cea67611 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 9 Mar 2024 21:52:19 +0530 Subject: update --- modules/core/bluetooth.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/core/bluetooth.nix (limited to 'modules/core/bluetooth.nix') 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; +} -- cgit v1.2.3