nixos/modules/desktop/chat/default.nix

6 lines
38 B
Nix
Raw Normal View History

2023-07-09 02:25:39 +04:00
{
imports = [
./discord
];
}