From 34f318ee2701ac6c0741abba6e8ecc0bba30c5ec Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 20 Sep 2025 04:15:14 -0700 Subject: [PATCH] add magic wormhole --- config/nix.org | 2 ++ nix/modules/home/user.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/nix.org b/config/nix.org index 7fca358..969634f 100644 --- a/config/nix.org +++ b/config/nix.org @@ -3615,6 +3615,8 @@ for these configurations. # Tor torsocks tor-browser + # For transfering secrets onto new system + magic-wormhole # fonts nerd-fonts.iosevka noto-fonts noto-fonts-cjk-sans noto-fonts-emoji fira-code font-awesome_6 victor-mono (aspellWithDicts diff --git a/nix/modules/home/user.nix b/nix/modules/home/user.nix index c02d9a0..6602232 100644 --- a/nix/modules/home/user.nix +++ b/nix/modules/home/user.nix @@ -52,6 +52,8 @@ # Tor torsocks tor-browser + # For transfering secrets onto new system + magic-wormhole # fonts nerd-fonts.iosevka noto-fonts noto-fonts-cjk-sans noto-fonts-emoji fira-code font-awesome_6 victor-mono (aspellWithDicts -- 2.50.1