nix-config/modules2/hosts/t490/imports.nix

7 lines
114 B
Nix

{ config, ... }:
{
flake.modules.nixos."hosts/t490".imports = with config.flake.modules.nixos; [
pc
];
}