mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add redistributable firmware
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user