added bluetooth to the laptop

This commit is contained in:
Nickiel12 2022-12-05 18:04:08 -08:00
parent 9f9e0faf5f
commit 7aed935234

View file

@ -3,6 +3,8 @@
{
imports = [ (import ./hardware-configuration.nix) ];
hardware.bluetooth.enable = true;
boot.loader = {
efi = {
canTouchEfiVariables = true;