{ pkgs, ... }: { environment.systemPackages = with pkgs; [ # Language servers nixd nil # Formatters nixfmt-rfc-style ]; }