1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 08:39:41 +01:00
nixos-hardware/lenovo/thinkpad/t14/amd/gen1/default.nix

9 lines
62 B
Nix
Raw Normal View History

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