{ pkgs , agenix }: pkgs.mkShell { name = "homelab"; packages = with pkgs; [ nil nixpkgs-fmt agenix.packages.${system}.default ]; shellHook = '' exec zsh ''; }