7 lines
205 B
Nix
7 lines
205 B
Nix
|
{inputs, nix-on-droid, self, system, stateVersion, ...}:
|
||
|
{
|
||
|
# Hosts configurations, »hosts« here means phones/tablets/machines
|
||
|
merway = import ./merway;
|
||
|
# pabundroid = import ./pabundroid;
|
||
|
}
|