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

8 lines
128 B
Nix
Raw Normal View History

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