> <i>packages, not programs</i><p>Let me fix that for you: <i>packages, and programs</i><p>You put all the logic in a library.<p>You reference the library in a very small program.<p>The main() functions inside those small programs are usually one or two screens worth of lines.<p>> <i>Packages are a force multiplier</i><p>With NixOS, programs are packages.