diff --git a/2configs/hw/rtl8812au.nix b/2configs/hw/rtl8812au.nix new file mode 100644 index 0000000..0c10f25 --- /dev/null +++ b/2configs/hw/rtl8812au.nix @@ -0,0 +1,5 @@ +{pkgs, config, ... }: +{ + boot.extraModulePackages = [ config.boot.kernelPackages.rtl8812au ]; + boot.kernelModules = [ "rtl8812au" ]; +}