omniflake/home/messaging.nix
2026-01-28 14:00:40 +01:00

9 lines
121 B
Nix

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