diff options
-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 |