{ config, ... }: { nix = { extraOptions = '' experimental-features = nix-command flakes ''; registry = { agenix = { from = { id = "agenix"; type = "indirect"; }; to = { owner = "ryantm"; repo = "agenix"; type = "github"; }; }; }; }; }