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

9 lines
104 B
Nix
Raw Normal View History

2025-03-27 14:59:12 +01:00
{ pkgs, ... }:
{
# Install Element Desktop
home.packages = with pkgs; [
element-desktop
];
}