More prose

This commit is contained in:
Joe Frikker
2026-01-13 21:54:14 -05:00
parent 4897472bf5
commit e60bd1d882

View File

@@ -31,6 +31,10 @@ This is the basic structure of the home.nix file. Individual sections are define
:header-args: :noweb-ref packages
:END:
Home-manager "packages" are simply binaries that are placed on the path, without any attached
configuration. The code blocks in this section contain package lists that go under the packages
section above.
~SBCL~ is the current leading open-source common lisp compiler. It requires any libraries you want
to be availble to be installed using withPackages. Many lisp projects I work on have this overridden
in a ~nix~ devshell I think I'd also like to use it for scripting / exploratory development, though,
@@ -114,6 +118,12 @@ 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~.
#+begin_src nix
magic-wormhole
#+end_src
These are the other programs I have installed globally. A few (like ~awscli~, ~mysql-client~, etc.)
are still Shibumi-specific; ideally I'd find another way to install them.
@@ -123,7 +133,6 @@ are still Shibumi-specific; ideally I'd find another way to install them.
iosevka
kube
kubectl
magic-wormhole
nerd-fonts.jetbrains-mono
openssh
tokei