From 80a816797ec05c15998c2a6bd1c17f4c13988950 Mon Sep 17 00:00:00 2001 From: Crazazy Date: Mon, 25 Jul 2022 22:16:47 +0200 Subject: add bluetooth support --- nixos.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nixos.org b/nixos.org index beb67a4..a6de2cd 100644 --- a/nixos.org +++ b/nixos.org @@ -31,6 +31,15 @@ stuff #+begin_src nix ./hardware-configuration.nix #+end_src + Also i want to have a full bluetooth experience + #+begin_src nix + { + hardware.bluetooth = { + enable = true; + package = pkgs.bluezFull; + }; + } + #+end_src ** personal stuff First, some personal stuff, so that I can tel people my computer is mine #+begin_src nix -- cgit 1.4.1-2-gfad0