nixos/modules/desktop/chat/default.nix

11 lines
114 B
Nix

{
imports = [
./teams
./zoom
./discord
./telegram
./weechat
./signal
./cinny
];
}