os/hosts/norman/default.nix

7 lines
74 B
Nix
Raw Normal View History

2022-01-22 21:14:30 +00:00
{ suites, ... }:
{
imports = [
./norman.nix
] ++ suites.norman;
}