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
|
./networking.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
./web.nix
|
./web.nix
|
||||||
|
./chat.nix
|
||||||
./coding.nix
|
./coding.nix
|
||||||
./gaming.nix
|
./gaming.nix
|
||||||
./backup.nix
|
./backup.nix
|
||||||
|
Reference in New Issue
Block a user