diff --git a/modules/nixos/hardware/bluetooth.nix b/modules/nixos/hardware/bluetooth.nix new file mode 100644 index 0000000..6ce667d --- /dev/null +++ b/modules/nixos/hardware/bluetooth.nix @@ -0,0 +1,7 @@ +{ + flake.modules.nixos.hardware = { + hardware.bluetooth = { + enable = true; + }; + }; +}