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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue