os/pkgs/element-desktop.nix

5 lines
98 B
Nix

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