Tip This article is part of the Agenix series Getting Started with Agenix Using Agenix with Home Manager 👉 Using Agenix with devShells Nix with Flakes allows you to easily centralize project environments and setup right in your repository. Often, your README will tell the reader "get an API key for FOOSERVICE from a teammate" Just like NixOS modules and home-manager, we can use Agenix to encrypt and store secrets without exposing them to our git repository. 1. flake-parts The easiest way t...