omniflake/home/modules/messaging.nix
2026-03-10 14:34:01 +01:00

9 lines
123 B
Nix

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