os/pkgs/element-desktop.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
105 B
Nix
Raw Normal View History

2024-08-18 22:22:59 +00:00
{
final,
profile,
}:
with final; ''
2024-08-18 22:22:59 +00:00
${element-desktop}/bin/element-desktop --profile=${profile}
''