5 lines
98 B
Nix
5 lines
98 B
Nix
{ final, profile }:
|
|
with final; ''
|
|
${element-desktop}/bin/element-desktop --profile=${profile}
|
|
''
|