pub-solar-os/hosts/norman/default.nix
2022-11-26 15:36:55 +01:00

7 lines
74 B
Nix

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