organize modules
This commit is contained in:
parent
d7453265a1
commit
d0d4bf9ddb
21 changed files with 54 additions and 69 deletions
4
modules/hardware/core/firmware.nix
Normal file
4
modules/hardware/core/firmware.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ ... }: {
|
||||
hardware.enableRedistributableFirmware = true; # T480 WiFi firmware fix
|
||||
services.fwupd.enable = true;
|
||||
}
|
||||
Loading…
Reference in a new issue