diff --git a/modules/bluetooth.nix b/modules/bluetooth.nix index b58c25b..8e940f0 100644 --- a/modules/bluetooth.nix +++ b/modules/bluetooth.nix @@ -13,9 +13,11 @@ in enable = mkEnableOption "Enables bluetooth tools"; }; config = mkIf cfg.enable { - hardware.bleutooth = { + + hardware.bluetooth = { enable = true; }; + services.blueman = { enable = true; };