My NixOS Configuration: Part one, flake.nix

My NixOS Configuration My NixOS configuration has grown organically (a nice way to say it is a mess). I like how it works, though I am slowly refactoring it to something approximating sanity. As a part of that effort in this blog series I endeavour to document it to the point where anyone interested in switching to NixOS could understand how something works and why I included it. flake.nix flake.nix is the core of any configuration that uses flakes to declaratively manage the repositories it draws packages from....

November 25, 2021 · 4 min · Wyatt Osterling