9 lines
91 B
Nix
9 lines
91 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./skype.nix
|
|
./telegram.nix
|
|
./simplex-chat.nix
|
|
];
|
|
}
|