From 47ef05ab310bb466300e93d1459370450414fbc4 Mon Sep 17 00:00:00 2001 From: "grm@eyesin.space" Date: Tue, 2 Sep 2025 23:04:24 +0000 Subject: init --- nixos/bluetooth.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nixos/bluetooth.nix (limited to 'nixos/bluetooth.nix') diff --git a/nixos/bluetooth.nix b/nixos/bluetooth.nix new file mode 100644 index 0000000..5278615 --- /dev/null +++ b/nixos/bluetooth.nix @@ -0,0 +1,4 @@ +{ + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; +} -- cgit v1.2.3