{ pkgs, inputs, ... }: { environment.variables.EDITOR = "hx"; environment.variables.F = "hx"; environment.systemPackages = with pkgs; [ neovim # inputs.helix.packages.${pkgs.system}.helix helix # for json formatting on helix nodePackages.prettier vscode-langservers-extracted nil alejandra superhtml ]; }