summaryrefslogtreecommitdiff
path: root/hosts/editors.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-07-27 04:21:58 +0700
committerpolwex <polwex@sortug.com>2025-07-27 04:21:58 +0700
commit9dc29832c4fc17cd93f6eca6c0556277690a0061 (patch)
treef4d43d7ab1f8c8762c67ce58693f414b16a1295f /hosts/editors.nix
parent2339fba37290774336fa517a417330e3ff788ba5 (diff)
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