fixes hardware issues

This commit is contained in:
Dennis Schoepf 2026-03-04 01:27:28 +01:00
parent b35e42ace5
commit feff7cdd40

View file

@ -1,9 +1,9 @@
{ inputs, ... }:
{
flake.modules.nixos.bluetooth =
{ pkgs, ... }:
{ ... }:
{
hardware.firmware = [ pkgs.rtl8761b-firmware ];
hardware.enableRedistributableFirmware = true;
hardware.bluetooth = {
enable = true;