diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-03 01:22:44 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-03 01:22:44 -0400 |
| commit | 0c8fa3a2a270747f3dbb54fe8792f3f0aec997e3 (patch) | |
| tree | 6f94ff3aeea2af859c7c166e01a8e73002017893 /users/ryan/linux/mailvelope | |
Initial commit: combined darwin + guix-linux home-manager flake
Supersedes nix-dotfiles (darwin) and guix-dotfiles' ad-hoc
nix-home-manager flake (linux). See README.md/MIGRATION.md.
Diffstat (limited to 'users/ryan/linux/mailvelope')
| -rw-r--r-- | users/ryan/linux/mailvelope/gpgmejson.json | 7 | ||||
| -rwxr-xr-x | users/ryan/linux/mailvelope/start.sh | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/users/ryan/linux/mailvelope/gpgmejson.json b/users/ryan/linux/mailvelope/gpgmejson.json new file mode 100644 index 0000000..7ad8586 --- /dev/null +++ b/users/ryan/linux/mailvelope/gpgmejson.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "name": "gpgmejson", | ||
| 3 | "description": "JavaScript binding for GnuPG", | ||
| 4 | "path": "/home/ryan/.local/share/mailvelope/start.sh", | ||
| 5 | "type": "stdio", | ||
| 6 | "allowed_extensions": ["jid1-AQqSMBYb0a8ADg@jetpack"] | ||
| 7 | } | ||
diff --git a/users/ryan/linux/mailvelope/start.sh b/users/ryan/linux/mailvelope/start.sh new file mode 100755 index 0000000..01b3ee2 --- /dev/null +++ b/users/ryan/linux/mailvelope/start.sh | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/usr/bin/env bash | ||
| 2 | |||
| 3 | # Wrap for gpgme-json so firefox can use it | ||
| 4 | exec gpgme-json $@ | ||
