stockholm/makefu/2configs/hw/rtl8812au.nix

6 lines
137 B
Nix
Raw Normal View History

2016-06-05 20:57:22 +00:00
{pkgs, config, ... }:
{
boot.extraModulePackages = [ config.boot.kernelPackages.rtl8812au ];
boot.kernelModules = [ "rtl8812au" ];
}