https://git.jolheiser.com/dotnix.git
1 2 3 4 5 6 7 8 9 10 11
{ pkgs, ... }: { home.packages = with pkgs; [ gopls # Go nil # Nix jsonnet-language-server # Jsonnet marksman # Markdown nodePackages.yaml-language-server # YAML vscode-langservers-extracted # HTML/CSS/JSON ]; }