Skip to content

Instantly share code, notes, and snippets.

@zfnmxt
Created January 25, 2019 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zfnmxt/341d66c2484bd398b53fd63016f9f1a9 to your computer and use it in GitHub Desktop.
Save zfnmxt/341d66c2484bd398b53fd63016f9f1a9 to your computer and use it in GitHub Desktop.
systemd.user.services.desktop-bridge = {
enable = true;
reloadIfChanged = true;
description = "Proton mail desktop-bridge";
path = [ pkgs.protonmail-bridge ];
script = "Desktop-Bridge -c";
wantedBy = [ "default.target" ];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment