From 446a7eba3e55393d48a21bece28079fc4211286f Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Mon, 15 Sep 2025 00:01:51 +0200 Subject: added bluetooth --- hosts/station/hardware.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/station/hardware.nix') diff --git a/hosts/station/hardware.nix b/hosts/station/hardware.nix index 8f84745..3360a06 100644 --- a/hosts/station/hardware.nix +++ b/hosts/station/hardware.nix @@ -7,5 +7,9 @@ rocmPackages.clr ]; }; + + bluetooth = { + enable = true; + }; }; } -- cgit v1.2.3