From 579fc14a494bce976489b6efd0cb73c7fdfcf7ff Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Wed, 26 Feb 2025 11:36:29 +0100 Subject: [PATCH] Ditto --- modules/bluetooth.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; };