7 lines
97 B
Nix
7 lines
97 B
Nix
{
|
|
pkgs,
|
|
profile,
|
|
}: ''
|
|
${pkgs.element-desktop}/bin/element-desktop --profile=${profile}
|
|
''
|