diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix index 58a7426..0aacbb7 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -1,4 +1,5 @@ {config, ...}: { # Enable Bluetooth hardware.bluetooth.enable = true; + services.blueman.enable = true; }