all repos — nixfiles @ cca3a69947eb84d79c5816648cc104ad9b55623f

System and user configuration, managed by nix and home-manager

Create more hardware modules

Alan Pearce
commit

cca3a69947eb84d79c5816648cc104ad9b55623f

parent

a3761db1bf6df8cc4e58dbbdde75f10059dd6068

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
A modules/t470s.nix
@@ -0,0 +1,7 @@
+{ config, pkgs, ... }: + +{ hardware.usbWwan.enable = true; + hardware.firmware = with pkgs; [ + firmwareLinuxNonfree + ]; +}