{ pkgs, ... }: { home.packages = with pkgs; [ markdownlint-cli2 # linter marksman # language server ]; }