summaryrefslogtreecommitdiff
path: root/hosts/editors.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/editors.nix')
-rw-r--r--hosts/editors.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/editors.nix b/hosts/editors.nix
index 78d0fdd..2128d90 100644
--- a/hosts/editors.nix
+++ b/hosts/editors.nix
@@ -7,9 +7,10 @@
environment.variables.F = "hx";
environment.systemPackages = with pkgs; [
neovim
- #inputs.helix.packages.${pkgs.system}.helix
- nodePackages.prettier
+ # inputs.helix.packages.${pkgs.system}.helix
helix
+ # for json formatting on helix
+ nodePackages.prettier
vscode-langservers-extracted
nil
alejandra