os/pkgs/element-desktop.nix

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

7 lines
97 B
Nix
Raw Normal View History

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