From e60bd1d882590e562a4ca48f6d12d3e279a1c816 Mon Sep 17 00:00:00 2001 From: Joe Frikker Date: Tue, 13 Jan 2026 21:54:14 -0500 Subject: [PATCH] More prose --- home.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/home.org b/home.org index e3348de..ec33c02 100644 --- a/home.org +++ b/home.org @@ -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