1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00
nixos-hardware/lenovo/thinkpad/t14/amd/gen1/default.nix
2022-02-04 15:10:46 +01:00

9 lines
62 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
../.
];
}