diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-20 04:15:14 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-20 04:15:14 -0700 |
| commit | 34f318ee2701ac6c0741abba6e8ecc0bba30c5ec (patch) | |
| tree | b69e6882956b0847a1c4f1b7cb3f0fd512fc8c5b | |
| parent | 9e47ec4e83ed090d118baface6dae843f24aa63a (diff) | |
add magic wormhole
| -rw-r--r-- | config/nix.org | 2 | ||||
| -rw-r--r-- | nix/modules/home/user.nix | 2 |
2 files changed, 4 insertions, 0 deletions
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 |
