summary refs log tree commit diff stats
path: root/sys/bluetooth
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-06-02 14:15:56 +0200
committerSilas Schöffel <sils@sils.li>2024-06-02 14:15:56 +0200
commit8110cae57e1e82a38bda2b6bfb1c3db4b2d1674b (patch)
tree678522f7f00ee8524ab8f9bdfe0e6a1e4c0ad73a /sys/bluetooth
parentgit: init module (diff)
downloadnix-config-8110cae57e1e82a38bda2b6bfb1c3db4b2d1674b.tar.gz
nix-config-8110cae57e1e82a38bda2b6bfb1c3db4b2d1674b.zip
bluetooth: init module
Diffstat (limited to 'sys/bluetooth')
-rw-r--r--sys/bluetooth/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/bluetooth/default.nix b/sys/bluetooth/default.nix
deleted file mode 100644
index 6dc8d17..0000000
--- a/sys/bluetooth/default.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-{...}: {
-  hardware.bluetooth.enable = true;
-}