This commit is contained in:
Joe Frikker
2026-02-06 20:45:30 -05:00
parent 34b03c3286
commit 0a9a7a7d33

View File

@@ -119,7 +119,9 @@ tools. They boost better speed, or simply more streamlined features.
nil
#+END_SRC
[[https://github.com/magic-wormhole/magic-wormhole][Magic Wormhole]] is a quick-and-easy way to securely transfer a file or directory between any two computers in the world, assuming that you have an out-of-band way to communicate a passphrase between them. Once installed, the actual command is ~wormhole~.
[[https://github.com/magic-wormhole/magic-wormhole][Magic Wormhole]] is a quick-and-easy way to securely transfer a file or directory between any two
computers in the world, assuming that you have an out-of-band way to communicate a passphrase
between them. Once installed, the actual command is ~wormhole~.
#+begin_src nix
magic-wormhole
@@ -162,6 +164,7 @@ than just as an available package, but there doesn't seem to be a downside.
home-manager.enable = true;
jq.enable = true;
lazygit.enable = true;
zoxide.enable = true;
#+END_SRC
** Bat