diff options
-rw-r--r-- | nixos.org | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |