diff options
| -rw-r--r-- | makefu/2configs/hw/rtl8812au.nix | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/makefu/2configs/hw/rtl8812au.nix b/makefu/2configs/hw/rtl8812au.nix new file mode 100644 index 000000000..0c10f2555 --- /dev/null +++ b/makefu/2configs/hw/rtl8812au.nix @@ -0,0 +1,5 @@ +{pkgs, config, ... }: +{ +  boot.extraModulePackages = [ config.boot.kernelPackages.rtl8812au ]; +  boot.kernelModules = [ "rtl8812au" ]; +} | 
