summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkpad/t460s/default.nix
blob: 59e0942634e8b871d081e083419d16bd6c227de1 (plain)
1
2
3
4
5
6
7
8
{ config, lib, pkgs, ... }:

{
  imports = [
    ../../../common/cpu/intel
    ../.
  ];
}