nixos-config/user/app/telegram/telegram.nix
2024-07-23 20:45:36 +08:00

8 lines
77 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
telegram-desktop
];
}