commit | 4a6ff15a6215cc78354bbed136cdc3cda00d3523 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Sep 01 23:46:56 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Sep 04 11:35:44 2022 +0100 |
tree | 016973ed261e86477833f739b8f8a84e74ee0cdb | |
parent | 0bfc39a97f18d4add82b5d7f26976017e2de152f [diff] |
Enable bluetooth
diff --git a/modules/bluetooth.nix b/modules/bluetooth.nix new file mode 100644 index 0000000..eb69610 --- /dev/null +++ b/modules/bluetooth.nix
@@ -0,0 +1 @@ +{config.hardware.bluetooth.enable = true;}