diff --git a/modules/home/bluetooth.nix b/modules/home/bluetooth.nix new file mode 100644 index 0000000..62df0fc --- /dev/null +++ b/modules/home/bluetooth.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: +{ + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; +}