nixos/modules/desktop/chat/default.nix
2023-08-06 22:18:38 +03:00

7 lines
51 B
Nix

{
imports = [
./discord
./weechat
];
}