diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index b9de5c8..714f3bf 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -10,4 +10,6 @@ networking.hostName = "laptop"; services.xserver.libinput.enable = true; + + boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ]; }