nix-config/home/programs/social/zapzap.nix

9 lines
93 B
Nix
Raw Permalink Normal View History

2025-04-08 19:51:19 +02:00
{ pkgs, ... }:
{
# Install Element Desktop
home.packages = with pkgs; [
zapzap
];
}