nixfiles/home/apps/telegram.nix
2022-01-29 19:01:00 +00:00

2 lines
78 B
Nix

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