summary refs log tree commit diff stats
path: root/modules/t470s.nix
blob: ba2c17ccc10256481dd6010bd52b075369222487 (plain)
1
2
3
4
5
6
7
{ config, pkgs, ... }:

{ hardware.usbWwan.enable = true;
  hardware.firmware = with pkgs; [
    firmwareLinuxNonfree
  ];
}