diff options
author | Crazazy | 2022-07-25 22:16:47 +0200 |
---|---|---|
committer | Crazazy | 2022-07-25 22:16:47 +0200 |
commit | 80a816797ec05c15998c2a6bd1c17f4c13988950 (patch) | |
tree | 7aff7c59280dcf470f191931425cfc36dfc068e7 | |
parent | 8bbe244f72a5ba08d1d2bfe24fe34d60e3069a8d (diff) |
add bluetooth support
-rw-r--r-- | nixos.org | 9 |
1 files changed, 9 insertions, 0 deletions
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 |