From 416eb5f56add3fc447a97155fb750a599abbc523 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 12 Mar 2026 15:36:25 +0100 Subject: [PATCH] Added bluetooth to laptop --- hosts/laptop/modules.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/laptop/modules.nix b/hosts/laptop/modules.nix index 7ef0edb..eaa4c14 100644 --- a/hosts/laptop/modules.nix +++ b/hosts/laptop/modules.nix @@ -3,10 +3,11 @@ let in { imports = [ - modules.common.module ./hardware-configuration.nix + modules.common.module modules.nixos.gaming.steam modules.nixos.gaming.nvidia + modules.nixos.desktop.bluetooth ]; }