{ pkgs, ... }: { packages = with pkgs; [ git go gopls delve air flyctl ]; scripts.start.exec = "air"; }