From 25843c658de28cbd6adf92078a0837e3db6cbf0a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 2 Jul 2025 14:53:53 +0100 Subject: [PATCH] Add magic-wormhole Get things from one computer to another, safely. https://github.com/magic-wormhole/magic-wormhole https://magic-wormhole.readthedocs.io --- users/opdavies.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/opdavies.nix b/users/opdavies.nix index 38efaeaa..cc8e2411 100644 --- a/users/opdavies.nix +++ b/users/opdavies.nix @@ -23,6 +23,7 @@ with lib; packages = with pkgs; [ comma + magic-wormhole qrencode ];