From b0a1513a68ecad4fa9d8f453cb7995a41c34f67c Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 27 May 2025 10:01:38 +0100 Subject: [PATCH] Enabled bluetooth for worklaptop --- nixos/worklaptop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/worklaptop.nix b/nixos/worklaptop.nix index c8e9d8f..ebcd83b 100644 --- a/nixos/worklaptop.nix +++ b/nixos/worklaptop.nix @@ -24,6 +24,7 @@ boot.blacklistedKernelModules = ["nouveau"]; hardware = { keyboard.qmk.enable = true; + bluetooth.enable = true; enableRedistributableFirmware = true; graphics = { enable = true;