Add redistributable firmware

This commit is contained in:
thiloho
2023-05-25 12:45:19 +02:00
parent 2a0c66c744
commit fac8db23ad
2 changed files with 9 additions and 1 deletions

View File

@@ -9,7 +9,13 @@
networking.hostName = "laptop";
services.xserver.libinput.enable = true;
hardware = {
bluetooth.enable = true;
};
services = {
xserver.libinput.enable = true;
};
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];