move chat apps to a common file

This commit is contained in:
2025-04-28 12:14:24 +02:00
parent 27eca43f3a
commit 81d8421e08
4 changed files with 10 additions and 14 deletions

View File

@@ -1,6 +1 @@
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.discord
];
}