10 lines
75 B
Nix
10 lines
75 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./discord
|
|
./irc.nix
|
|
./mpd.nix
|
|
];
|
|
}
|