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