os/pkgs/element-desktop.nix

7 lines
97 B
Nix

{
pkgs,
profile,
}: ''
${pkgs.element-desktop}/bin/element-desktop --profile=${profile}
''