Added: ZapZap (WhatsApp)

This commit is contained in:
2025-04-08 19:51:19 +02:00
parent 70dac1dc0d
commit c52be4f71b
8 changed files with 68 additions and 51 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
# Install Element Desktop
home.packages = with pkgs; [
zapzap
];
}