Add chat clients
This commit is contained in:
parent
b9cf8dedf8
commit
38579d6913
2 changed files with 9 additions and 0 deletions
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue