nixos-hardware/lenovo/thinkpad/z/z13/default.nix

6 lines
85 B
Nix

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