os/pkgs/element-desktop.nix

8 lines
105 B
Nix

{
final,
profile,
}:
with final; ''
${element-desktop}/bin/element-desktop --profile=${profile}
''