From b57b5fea7c8cf1e666c45836648346c00c310cf3 Mon Sep 17 00:00:00 2001 From: zephrynis Date: Tue, 28 Jul 2026 00:51:35 +0100 Subject: [PATCH] core: enable redistributable firmware for Realtek dongle Pulls in the RTL8821CU WiFi/Bluetooth blobs (and other devices). Co-Authored-By: Claude Opus 4.8 (1M context) --- modules/core.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/core.nix b/modules/core.nix index d3335c1..2f1442e 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -16,6 +16,9 @@ networking.networkmanager.enable = true; # required by illogical-flake + # Firmware blobs for Realtek RTL8821CU WiFi/Bluetooth dongle (and other devices) + hardware.enableRedistributableFirmware = true; + hardware.bluetooth = { enable = true; powerOnBoot = true;