omniflake/home/desktop-full/messaging.nix
2026-03-29 14:23:01 +02:00

9 lines
123 B
Nix

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