Disable wifi and enable bluetooth usb

This commit is contained in:
Natsu Kagami 2022-03-15 16:32:47 -04:00
parent 06dcc7e253
commit 1b30a0dcf4
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 4 additions and 1 deletions

View file

@ -35,4 +35,7 @@
# GPU options
services.xserver.videoDrivers = [ "amdgpu" ];
hardware.opengl.enable = true;
# bluetooth usb
hardware.firmware = [ pkgs.unfree.rtl8761b-firmware ];
}