From f3c31e4ad7fab36e151f3a2e207fafb1eda1a787 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 28 Aug 2024 20:36:04 -0700 Subject: hi --- modules/hardware/bluetooth.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/hardware/bluetooth.nix (limited to 'modules/hardware/bluetooth.nix') diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix new file mode 100644 index 0000000..1b6e38b --- /dev/null +++ b/modules/hardware/bluetooth.nix @@ -0,0 +1,6 @@ +{ + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; +} -- cgit v1.2.3