Files
nix-config/home/programs/social/telegram.nix
2025-03-27 14:59:12 +01:00

10 lines
123 B
Nix

{ pkgs, ... }:
{
# Install Telegram Desktop
home.packages = with pkgs; [
telegram-desktop
telegram-cli
];
}