1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-17 01:58:31 +02:00
nixos-hardware/lenovo/thinkpad/t14s/amd/gen1/default.nix

9 lines
62 B
Nix
Raw Normal View History

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