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