{ pkgs, ... }: { imports = [ ./zls ]; home.packages = with pkgs; [ zig ]; }