Tip This article is part of the Agenix series Getting Started with Agenix 👉 Using Agenix with Home Manager Using Agenix with devShells Home Manager (also styled as home-manager) allows you to configure your programs and configuration with Nix code, similar to NixOS modules. Just like NixOS modules, we can use Agenix to encrypt and store secrets without exposing them to our git repository. 1. Install home-manager Let's start with a basic home-manager configuration to our flake from last tim...