Add chat clients

This commit is contained in:
2024-06-16 15:36:30 -07:00
parent b9cf8dedf8
commit 38579d6913
2 changed files with 9 additions and 0 deletions

8
chat.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
discord
element-desktop
telegram-desktop
];
}

View File

@@ -7,6 +7,7 @@
./networking.nix
./users.nix
./web.nix
./chat.nix
./coding.nix
./gaming.nix
./backup.nix