From ad2d1aa9401f4c1405e5e28ecc74b0c11d5d8abf Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 29 Oct 2024 19:09:12 -0400 Subject: [PATCH] modules/steamos: Also enable bluetooth Closes #269 --- modules/steamos/bluetooth.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/steamos/bluetooth.nix b/modules/steamos/bluetooth.nix index e500348f..b318c620 100644 --- a/modules/steamos/bluetooth.nix +++ b/modules/steamos/bluetooth.nix @@ -2,6 +2,7 @@ let inherit (lib) + mkDefault mkIf mkOption types @@ -23,6 +24,7 @@ in }; config = mkIf (cfg.enableBluetoothConfig) { + hardware.bluetooth.enable = mkDefault true; # See: https://github.com/Jovian-Experiments/PKGBUILDs-mirror/tree/jupiter-main/bluez hardware.bluetooth.settings = { General = {