Remove unfree overlay: we always use unfree anyway

This commit is contained in:
Natsu Kagami 2022-10-03 13:55:09 +02:00
parent f022d303b5
commit b6ba49fce0
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 3 additions and 4 deletions

View file

@ -37,5 +37,5 @@
hardware.opengl.enable = true;
# bluetooth usb
hardware.firmware = [ pkgs.unfree.rtl8761b-firmware ];
hardware.firmware = [ pkgs.rtl8761b-firmware ];
}