system/modules/nixos/programs/communication/default.nix

10 lines
91 B
Nix

{ ... }:
{
imports = [
./skype.nix
./telegram.nix
./simplex-chat.nix
];
}