os/hosts/maoam/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
82 B
Nix
Raw Normal View History

2023-09-12 18:11:29 +00:00
{suites, ...}: {
imports =
[
./maoam.nix
]
++ suites.maoam;
}