mirror of
https://github.com/nmasur/dotfiles
synced 2025-02-22 17:22:03 +00:00
7 lines
100 B
Nix
7 lines
100 B
Nix
# Return a list of all hosts
|
|
|
|
{
|
|
darwin-hosts = import ./darwin;
|
|
linux-hosts = import ./nixos;
|
|
}
|