From 916b5db6bed56656f744065bb5ff6322e26aea21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Mon, 29 Apr 2024 23:10:07 +0200 Subject: [PATCH] System Gen105 @ 2024-04-29-23:10:06 --- modules/hardware/bluetooth.nix | 1 + 1 file changed, 1 insertion(+) 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; }