aboutsummaryrefslogtreecommitdiffstats
path: root/nixos/bluetooth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/bluetooth.nix')
-rw-r--r--nixos/bluetooth.nix4
1 files changed, 4 insertions, 0 deletions
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;
+}