nixfiles/home/apps/telegram.nix

4 lines
66 B
Nix
Raw Normal View History

2023-06-03 18:50:49 +01:00
{pkgs, ...}: {
home.packages = with pkgs; [telegram-desktop];
}