os/hosts/norman/default.nix
2023-10-06 00:00:29 +02:00

7 lines
74 B
Nix

{ suites, ... }:
{
imports = [
./norman.nix
] ++ suites.norman;
}