More prose
This commit is contained in:
11
home.org
11
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
|
||||
|
||||
Reference in New Issue
Block a user