nixfiles/home/apps/telegram.nix

2 lines
68 B
Nix
Raw Normal View History

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