Add chat clients
This commit is contained in:
8
chat.nix
Normal file
8
chat.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
discord
|
||||
element-desktop
|
||||
telegram-desktop
|
||||
];
|
||||
}
|
@@ -7,6 +7,7 @@
|
||||
./networking.nix
|
||||
./users.nix
|
||||
./web.nix
|
||||
./chat.nix
|
||||
./coding.nix
|
||||
./gaming.nix
|
||||
./backup.nix
|
||||
|
Reference in New Issue
Block a user