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

8 lines
114 B
Nix
Raw Normal View History

2025-07-23 19:26:21 +01:00
{ config, ... }:
{
flake.modules.nixos."hosts/t490".imports = with config.flake.modules.nixos; [
pc
];
}