nixos/home-manager/software/telegram/default.nix

7 lines
77 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
home.packages = with pkgs; [
unstable.tdesktop
];
}