diff options
| -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 |
