Install discord and telegram

This commit is contained in:
Valentin Brandl
2022-02-18 14:34:01 +01:00
parent 8afcad1f58
commit a6848287b9
3 changed files with 12 additions and 0 deletions

5
home/telegram.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
tdesktop
];
}