From 1b39ffd12dcb24142327a2bd62c1587599915980 Mon Sep 17 00:00:00 2001
From: sinanmohd <sinan@sinanmohd.com>
Date: Mon, 10 Mar 2025 23:06:20 +0530
Subject: kay/hardware: enable bluetooth

---
 os/cez/hardware-configuration.nix | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

(limited to 'os')

diff --git a/os/cez/hardware-configuration.nix b/os/cez/hardware-configuration.nix
index 804ac8d..f1d5f32 100644
--- a/os/cez/hardware-configuration.nix
+++ b/os/cez/hardware-configuration.nix
@@ -6,8 +6,11 @@
     (modulesPath + "/installer/scan/not-detected.nix")
   ];
 
-  # override nixos-hardware values
-  hardware.nvidia.prime.offload.enable = false;
+  hardware = {
+    # override nixos-hardware values
+    nvidia.prime.offload.enable = false;
+    bluetooth.enable = true;
+  };
   services.xserver.videoDrivers = [ "modesetting" ];
 
   swapDevices = [{
-- 
cgit v1.2.3