pub-solar-os/hosts/chocolatebar/default.nix

7 lines
86 B
Nix

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