nixfiles/home/apps/telegram.nix
2023-06-03 18:50:49 +01:00

4 lines
66 B
Nix

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