nixfiles/home/apps/telegram.nix

2 lines
78 B
Nix
Raw Normal View History

2022-01-29 19:01:00 +00:00
{ config, pkgs, ... }: { home.packages = with pkgs; [ kotatogram-desktop ]; }