nixos-hardware/lenovo/thinkpad/t14s/amd/gen1/default.nix

9 lines
62 B
Nix

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