2024-04-28 11:35:35 +02:00
|
|
|
{ pkgs, config, ... }:
|
|
|
|
{
|
|
|
|
|
|
|
|
programs.steam.enable = true;
|
|
|
|
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
mumble # voip
|
|
|
|
element-desktop # fully featured matrix client
|
|
|
|
#gomuks # tui matrix client
|
2024-12-05 07:02:26 +01:00
|
|
|
simplex-chat-desktop
|
2025-01-11 18:12:58 +01:00
|
|
|
discord
|
2025-01-05 01:20:58 +01:00
|
|
|
|
2024-04-28 11:35:35 +02:00
|
|
|
];
|
|
|
|
|
|
|
|
}
|