diff options
author | Silas Schöffel <sils@sils.li> | 2024-06-02 14:15:56 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-06-02 14:15:56 +0200 |
commit | 8110cae57e1e82a38bda2b6bfb1c3db4b2d1674b (patch) | |
tree | 678522f7f00ee8524ab8f9bdfe0e6a1e4c0ad73a /sys/bluetooth | |
parent | git: init module (diff) | |
download | nix-config-8110cae57e1e82a38bda2b6bfb1c3db4b2d1674b.tar.gz nix-config-8110cae57e1e82a38bda2b6bfb1c3db4b2d1674b.zip |
bluetooth: init module
Diffstat (limited to 'sys/bluetooth')
-rw-r--r-- | sys/bluetooth/default.nix | 3 |
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; -} |