os/hosts/norman/default.nix

7 lines
74 B
Nix

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