5 lines
107 B
Nix
5 lines
107 B
Nix
{tree, ...}: {
|
|
# TODO: move this to its own profile
|
|
imports = with tree; [hosts.lappy.profiles.mpd];
|
|
}
|